Skip to content

Commit

Permalink
Update test_ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees authored Aug 5, 2024
1 parent c6a526b commit 23421da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,11 @@ jobs:
run: pip install -e .
- name: Install testing dependencies
run: pip install -r requirements.testing.txt
- name: Free space
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: Run tests
run: pytest

0 comments on commit 23421da

Please sign in to comment.