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 8268325
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Pin pip version
run: python -m pip install --upgrade "pip<24.1"
- name: Install requirements
run: |
pip install .
Expand All @@ -40,6 +42,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Pin pip version
run: python -m pip install --upgrade "pip<24.1"
- name: Install requirements
run: |
pip install .
Expand Down

0 comments on commit 8268325

Please sign in to comment.