Skip to content

Commit 656645a

Browse files
committed
add second print statement
1 parent c5d44a0 commit 656645a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ jobs:
119119
pip show torch-sparse
120120
pip show torch-scatter
121121
pip show jammy_flows
122+
- name: Print available disk space after graphnet install
123+
run: |
124+
df -h
122125
- name: Run unit tests and generate coverage report
123126
shell: bash
124127
run: |

0 commit comments

Comments
 (0)