Skip to content

Commit

Permalink
ci: avoid broken pip in CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Feb 2, 2022
1 parent 8e93f43 commit 40fe40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: matrix.experimental == true
run: |
sudo apt-get -y -q install libkrb5-dev
python -m pip install -U pip wheel
python -m pip install -U "pip!=22.0" wheel
python -m pip install -r requirements.txt --upgrade --upgrade-strategy=eager --pre
- name: Install GWpy
Expand Down

0 comments on commit 40fe40b

Please sign in to comment.