Skip to content

Commit a8e50b0

Browse files
committed
Add disk space check to debug CI failure
1 parent 74aea00 commit a8e50b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333

34+
- name: Check disk space
35+
run: |
36+
df -h
37+
du -sh /usr/local/lib/python*/dist-packages/ 2>/dev/null || true
38+
3439
- name: environment
3540
run: |
3641
which python

0 commit comments

Comments
 (0)