Skip to content

Commit

Permalink
fix: pin pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed Dec 19, 2024
1 parent cf086d2 commit ac20d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: |
pip install .
pip install -r requirements_dev.txt
- name: Pin pip version
run: python -m pip install --upgrade "pip<24.1"
- name: Lint with Flake8
run: flake8 pro_tes/ setup.py
- name: Lint with Pylint
Expand Down

0 comments on commit ac20d46

Please sign in to comment.