Skip to content

Commit ac20d46

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: |
2222
pip install .
2323
pip install -r requirements_dev.txt
24+
- name: Pin pip version
25+
run: python -m pip install --upgrade "pip<24.1"
2426
- name: Lint with Flake8
2527
run: flake8 pro_tes/ setup.py
2628
- name: Lint with Pylint

0 commit comments

Comments
 (0)