Skip to content

Commit

Permalink
ci: pin to pip version 21.2.4
Browse files Browse the repository at this point in the history
There is a bug in pip version 21.3:
  - pypa/pip#10573

Thus pin to version 21.2.4 until version 21.3.1 comes out containing
commit:
  - pypa/pip@4a4b613
  • Loading branch information
William Roberts committed Oct 22, 2021
1 parent 1e0fbe7 commit 5fc0e10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ fi
#
# Install Python Development Dependencies
#

# work around as suggested in https:/actions/setup-python/issues/260
python -m pip install --ignore-installed pip==21.2.4 --disable-pip-version-check --no-warn-script-location
python3 -m pip install --user -e .[dev]

exit 0

0 comments on commit 5fc0e10

Please sign in to comment.