Skip to content

Commit

Permalink
[squash]
Browse files Browse the repository at this point in the history
  • Loading branch information
kralka committed Feb 4, 2025
1 parent 558d9e8 commit 1f57458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Populate pip cache
run: |
pip install pip-tools
pip-compile --generate-hashes pyproject.toml
pip-compile --generate-hashes pyproject.toml > requirements.txt
pip install -r requirements.txt
pip install -r test_requirements.txt
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 1f57458

Please sign in to comment.