Skip to content

Commit 0adcad1

Browse files
committed
CI: block pip 22.1
see pypa/pip#11123
1 parent 600e649 commit 0adcad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install/update dependencies
2626
run: |
27-
python3 -m pip install -U pip
27+
python3 -m pip install -U "pip!=22.1"
2828
python3 -m pip install -U setuptools setuptools-scm build wheel
2929
python3 -m pip install -U pillow pytest importchecker codespell reuse twine check-wheel-contents
3030

0 commit comments

Comments
 (0)