Skip to content

Commit

Permalink
Be less aggressive with disk space free-up
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Jun 4, 2024
1 parent 0bb4181 commit f2e3c7e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
- name: Free Disk Space (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# when set to "true" but frees about 6 GB
tool-cache: true

- name: setup apt dependencies for Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down Expand Up @@ -69,7 +65,7 @@ jobs:
- name: check that the docs build (linux only)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
-make -j 4 -C doc SPHINXOPTS="-W --keep-going -n" html
make -j 4 -C doc SPHINXOPTS="-W --keep-going -n" html
- name: Publish samodels docs
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'}}
Expand Down

0 comments on commit f2e3c7e

Please sign in to comment.