Skip to content

Commit

Permalink
✅ Add clear cache after tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Martínez Galindo <[email protected]>
  • Loading branch information
Marcos Martínez Galindo authored and Marcos Martínez Galindo committed Aug 16, 2024
1 parent 00a063b commit ac1be51
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ jobs:
python -m pytest --cov -v --cov-report xml:/home/runner/coverage.xml
timeout-minutes: 30
- name: Remove cache
uses: JesseTG/[email protected]
with:
path: |
~/.cache/huggingface
~/.cache/zshot
run: |
rm -rf ~/.cache/huggingface
rm -rf ~/.cache/zshot
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit ac1be51

Please sign in to comment.