Skip to content

Commit

Permalink
[squash] try to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kralka committed Feb 4, 2025
1 parent a6137cf commit 011d785
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
- name: Populate pip cache
run: |
pip install -r test_requirements.txt
pip install --editable .
pip uninstall sedpack
echo "PYTHONPATH=./src:$PYTHONPATH" >> $GITHUB_ENV
pip install -r requirements.txt
- name: Save cache
id: cache-save
uses: actions/cache/save@v4
Expand Down

0 comments on commit 011d785

Please sign in to comment.