Skip to content

Commit 61fe7ef

Browse files
committed
Remove clean up action cache
1 parent 1902c91 commit 61fe7ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ jobs:
9191
if: matrix.python-version == '3.8' || matrix.python-version == '3.9'
9292
run: |
9393
pip install -e .[vw]
94-
- name: Clean up cache to free space
95-
run: |
96-
echo "Run `sudo rm -rf /home/runner/actions-runner/cached/*` to clear GitHub Actions cache"
97-
sudo rm -rf /home/runner/actions-runner/cached/*
94+
# - name: Clean up cache to free space
95+
# if: matrix.os != 'windows-latest'
96+
# run: |
97+
# echo "Run `sudo rm -rf /home/runner/actions-runner/cached/*` to clear GitHub Actions cache"
98+
# sudo rm -rf /home/runner/actions-runner/cached/*
9899
- name: Clear pip cache
99100
run: |
100101
echo "Run `pip cache purge` to clear pip cache"

0 commit comments

Comments
 (0)