-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR: Some fixes to make Spyder work with the latest changes in PyLSP #19969
Changes from all commits
3e5e0c0
d3715dd
7acd555
a583668
784f668
90e4f8d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,9 @@ if [ "$USE_CONDA" = "true" ]; then | |
else | ||
mamba install 'numpy<1.23' | ||
fi | ||
|
||
# Install docstring-to-markdown until we release PyLSP 1.6.0 | ||
mamba install docstring-to-markdown | ||
else | ||
# Update pip and setuptools | ||
python -m pip install -U pip setuptools wheel build | ||
|
@@ -63,6 +66,8 @@ else | |
pip install pyqt5==5.12.* pyqtwebengine==5.12.* | ||
fi | ||
|
||
# Install docstring-to-markdown until we release PyLSP 1.6.0 | ||
pip install docstring-to-markdown | ||
Comment on lines
+69
to
+70
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also this. |
||
fi | ||
|
||
# Install subrepos from source | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dalthviz, this needs to be removed when updating our dependencies before releasing 5.4.0.