Skip to content

Commit

Permalink
ci: Pin pip to 20.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Aug 17, 2021
1 parent 1c8e184 commit fb902a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libkrb5-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl
pip install -U pip setuptools wheel
# https://github.com/python-social-auth/social-app-django/issues/350
# https://github.com/pypa/pip/issues/10373
pip install -U pip==20.2.2 setuptools wheel
pip install -r devel.txt
# only until a new upstream version with 3.8 support is released
Expand Down

0 comments on commit fb902a1

Please sign in to comment.