Skip to content

Commit 8268325

Browse files
committed
fix: pin pip version
1 parent cf086d2 commit 8268325

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: "3.10"
20+
- name: Pin pip version
21+
run: python -m pip install --upgrade "pip<24.1"
2022
- name: Install requirements
2123
run: |
2224
pip install .
@@ -40,6 +42,8 @@ jobs:
4042
uses: actions/setup-python@v4
4143
with:
4244
python-version: "3.10"
45+
- name: Pin pip version
46+
run: python -m pip install --upgrade "pip<24.1"
4347
- name: Install requirements
4448
run: |
4549
pip install .

0 commit comments

Comments
 (0)