Skip to content

Commit ac1be51

Browse files
Marcos Martínez GalindoMarcos Martínez Galindo
Marcos Martínez Galindo
authored and
Marcos Martínez Galindo
committed
✅ Add clear cache after tests
Signed-off-by: Marcos Martínez Galindo <[email protected]>
1 parent 00a063b commit ac1be51

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/python-tests.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@ jobs:
4848
python -m pytest --cov -v --cov-report xml:/home/runner/coverage.xml
4949
timeout-minutes: 30
5050
- name: Remove cache
51-
uses: JesseTG/[email protected]
52-
with:
53-
path: |
54-
~/.cache/huggingface
55-
~/.cache/zshot
51+
run: |
52+
rm -rf ~/.cache/huggingface
53+
rm -rf ~/.cache/zshot
5654
- name: Upload coverage to Codecov
5755
uses: codecov/[email protected]
5856
with:

0 commit comments

Comments
 (0)