Skip to content

Commit

Permalink
enlarge space
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed Aug 29, 2023
1 parent 7b259e5 commit 0dd0f80
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,16 @@ jobs:
python -m pip show torch torchvision
python -m pip install --no-cache-dir --upgrade pip
- name: Check disk space
continue-on-error: true
run: |
df -h
rm -rf ${GITHUB_WORKSPACE}/.git
rm -rf /usr/share/dotnet
rm -rf /opt/hostedtoolcache
rm -rf /__t/go
rm -rf /__t/node
rm -rf /__t/Ruby
rm -rf /__t/CodeQL
cat /proc/cpuinfo | grep -ic proc
free
df -h
df . -h
- name: Install dependencies
run: |
python -V
Expand Down Expand Up @@ -228,14 +229,16 @@ jobs:
python -m pip show torch torchvision
python -m pip install --no-cache-dir --upgrade pip
- name: Check disk space
continue-on-error: true
run: |
rm -rf ${GITHUB_WORKSPACE}/.git
rm -rf /usr/share/dotnet
rm -rf /opt/hostedtoolcache
df -h
rm -rf /__t/go
rm -rf /__t/node
rm -rf /__t/Ruby
rm -rf /__t/CodeQL
cat /proc/cpuinfo | grep -ic proc
free
df -h
df . -h
- name: Install dependencies
run: |
python -V
Expand Down

0 comments on commit 0dd0f80

Please sign in to comment.