Skip to content

Commit f2e3c7e

Browse files
committed
Be less aggressive with disk space free-up
1 parent 0bb4181 commit f2e3c7e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
- name: Free Disk Space (Ubuntu)
2323
if: ${{ matrix.os == 'ubuntu-latest' }}
2424
uses: jlumbroso/free-disk-space@main
25-
with:
26-
# this might remove tools that are actually needed,
27-
# when set to "true" but frees about 6 GB
28-
tool-cache: true
2925

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

0 commit comments

Comments
 (0)