Skip to content

Commit

Permalink
Require pip version less than 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Jul 22, 2022
1 parent a13b50d commit 388bbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Update pip/wheel infrastructure
run: |
pip install --upgrade setuptools pip wheel
pip install --upgrade setuptools "pip<22" wheel
- name: Install dependencies
run: |
Expand Down

0 comments on commit 388bbaa

Please sign in to comment.