We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1902c91 commit 61fe7efCopy full SHA for 61fe7ef
.github/workflows/python-package.yml
@@ -91,10 +91,11 @@ jobs:
91
if: matrix.python-version == '3.8' || matrix.python-version == '3.9'
92
run: |
93
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/*
+ # - name: Clean up cache to free space
+ # if: matrix.os != 'windows-latest'
+ # run: |
+ # echo "Run `sudo rm -rf /home/runner/actions-runner/cached/*` to clear GitHub Actions cache"
98
+ # sudo rm -rf /home/runner/actions-runner/cached/*
99
- name: Clear pip cache
100
101
echo "Run `pip cache purge` to clear pip cache"
0 commit comments