Skip to content

Commit 2520920

Browse files
committed
fix no space left issue
Signed-off-by: Yun Liu <[email protected]>
1 parent d258390 commit 2520920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ jobs:
232232
key: ${{ runner.os }}-pip-${{ steps.pip-cache.outputs.datew }}
233233
- name: Install dependencies
234234
run: |
235+
find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
235236
python -m pip install --upgrade pip wheel
236237
python -m pip install -r docs/requirements.txt
237238
- name: Make html

0 commit comments

Comments
 (0)