Skip to content

Commit

Permalink
Merge from 5.x: PR #21842
Browse files Browse the repository at this point in the history
Fixes #21839
  • Loading branch information
dalthviz committed Feb 28, 2024
2 parents 751199c + 8600de8 commit 01c4bd5
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 @@ -26,9 +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

# Test event loop fixes
micromamba install ipykernel=6.29.3 -q -y

else
# Update pip and setuptools
python -m pip install -U pip setuptools wheel build
Expand All @@ -45,9 +42,6 @@ else
# To check our manifest
pip install -q check-manifest

# Test event loop fixes
pip install ipykernel==6.29.3


fi

Expand Down

0 comments on commit 01c4bd5

Please sign in to comment.