Skip to content

Commit

Permalink
Try freeing up space before install
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushdg committed Mar 21, 2024
1 parent a7f99e2 commit a1c3734
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v4
# TODO: Should not be needed after GPU imports are optional
- name: Optionally free up space on Ubuntu
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit a1c3734

Please sign in to comment.