Skip to content

Commit

Permalink
CI: Remove pin on IPython 8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Oct 11, 2023
1 parent 5013d4a commit 7628e5a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ if [ "$USE_CONDA" = "true" ]; then
# Remove pylsp before installing its subrepo below
micromamba remove --force python-lsp-server python-lsp-server-base -y

# IPython 8.15 broke the %debug magic, which is used in some of our tests.
# So, pinning it to 8.14 for now.
micromamba install ipython=8.14

else
# Update pip and setuptools
python -m pip install -U pip setuptools wheel build
Expand All @@ -52,10 +48,6 @@ else
pip install pyqt5==5.12.* pyqtwebengine==5.12.*
fi

# IPython 8.15 broke the %debug magic, which is used in some of our tests.
# So, pinning it to 8.14 for now.
pip install ipython==8.14.0

fi

# Install subrepos from source
Expand Down

0 comments on commit 7628e5a

Please sign in to comment.