Skip to content

Commit

Permalink
ci: ident removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Mar 8, 2024
1 parent e681f8c commit ef4ab2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
python -m black src/gt4sd --check --diff --color
- name: Remove unnecessary files (see https://stackoverflow.com/questions/75536771/github-runner-out-of-disk-space-after-building-docker-image)
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Check flake8
run: |
conda activate gt4sd
Expand Down

0 comments on commit ef4ab2b

Please sign in to comment.