Skip to content

Commit

Permalink
Revert "TEST ONLY: install jupyter_client=7 in Github CI"
Browse files Browse the repository at this point in the history
This reverts commit 5c8e1ca.
  • Loading branch information
bnavigator committed Oct 31, 2021
1 parent 2f3aaec commit 35fdcf0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ if [ "$USE_CONDA" = "true" ]; then
conda remove python-lsp-server --force -q -y
conda remove qdarkstyle --force -q -y

# FOR TEST ONLY, DO NOT MERGE
mamba install jupyter_client=7

# Note: Remove this when PyLSP 1.3.0 is released
mamba install 'pylint >=2.10' -c conda-forge -q -y
else
Expand Down Expand Up @@ -65,9 +62,6 @@ else
# Remove Spyder to properly install it below
pip uninstall spyder -q -y

# FOR TEST ONLY, DO NOT MERGE
pip install jupyter-client=7

# Note: Remove this when PyLSP 1.3.0 is released
pip install -U pylint
fi
Expand Down

0 comments on commit 35fdcf0

Please sign in to comment.