Skip to content

Commit

Permalink
Testing: Manually install docstring-to-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Nov 2, 2022
1 parent a583668 commit 3077cb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
fi

# Install subrepos from source
Expand Down

0 comments on commit 3077cb2

Please sign in to comment.