Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed Aug 28, 2023
1 parent 976779e commit 4c14b5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,13 @@ 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
ls -sh $AGENT_TOOLSDIRECTORY"
rm -rf "$AGENT_TOOLSDIRECTORY"
cat /proc/cpuinfo | grep -ic proc
free
df -h
Expand Down

0 comments on commit 4c14b5f

Please sign in to comment.