Skip to content

Commit

Permalink
CI: block pip 22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed May 16, 2022
1 parent 600e649 commit 0adcad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install/update dependencies
run: |
python3 -m pip install -U pip
python3 -m pip install -U "pip!=22.1"
python3 -m pip install -U setuptools setuptools-scm build wheel
python3 -m pip install -U pillow pytest importchecker codespell reuse twine check-wheel-contents
Expand Down

0 comments on commit 0adcad1

Please sign in to comment.