Skip to content

Commit

Permalink
Downgrade setuptools to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI committed May 16, 2021
1 parent 89dd329 commit a68b28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
python -m venv venv
. venv/bin/activate
pip install -U "pip<20.3" setuptools
pip install -U "pip<20.3" "setuptools<56.2"
pip install -r requirements.txt -r requirements_test.txt
- name: Generate partial pre-commit restore key
id: generate-pre-commit-key
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
python -m venv venv
. venv/bin/activate
pip install -U "pip<20.3" setuptools wheel
pip install -U "pip<20.3" "setuptools<56.2" wheel
pip install -r requirements_all.txt
pip install -r requirements_test.txt
pip install -e .
Expand Down

0 comments on commit a68b28e

Please sign in to comment.