Skip to content

Commit

Permalink
add if (AutoGPTQ#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxmarty committed Feb 15, 2024
1 parent 75f0d51 commit 3b11447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: Free disk space
if: matrix.os == 'ubuntu-20.04'
run: |
# Go from 19G to 54G free disk space in 3min
df -h
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/checkout@v3

- name: Free disk space
if: matrix.os == 'ubuntu-20.04'
run: |
# Go from 19G to 54G free disk space in 3min
df -h
Expand Down

0 comments on commit 3b11447

Please sign in to comment.