Skip to content

Commit

Permalink
Update test-model.yml clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GemmaTuron authored Mar 25, 2024
1 parent 105ee2c commit ca7a8ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
lfs: 'true'

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
- name: Add conda to system path
run: echo $CONDA/bin >> $GITHUB_PATH

Expand Down

0 comments on commit ca7a8ff

Please sign in to comment.