Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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

Signed-off-by: William Roberts <[email protected]>
William Roberts committed Oct 22, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 67465a8 commit 6ed81a3
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
@@ -91,6 +91,9 @@ fi
#
# Install Python Development Dependencies
#

# work around as suggested in https://github.com/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 6ed81a3

Please sign in to comment.