Skip to content

Commit

Permalink
old pip
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Dec 16, 2024
1 parent 5dd7bfa commit 41e1be8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
cache: "pip" # caching pip dependencies

- name: Install
run: pip install -r requirements/local.txt
run: |
pip install pip<24.1
pip install -r requirements/local.txt
- name: Pytest
run: pytest squarelet
Expand Down

0 comments on commit 41e1be8

Please sign in to comment.