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 54bc26c commit da4f15c
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 @@ -108,7 +108,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade "pip<22"
pip install --upgrade setuptools wheel build
- name: Build and create distribution
Expand Down

0 comments on commit da4f15c

Please sign in to comment.