We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb4181 commit f2e3c7eCopy full SHA for f2e3c7e
.github/workflows/test.yml
@@ -22,10 +22,6 @@ jobs:
22
- name: Free Disk Space (Ubuntu)
23
if: ${{ matrix.os == 'ubuntu-latest' }}
24
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
29
30
- name: setup apt dependencies for Linux
31
@@ -69,7 +65,7 @@ jobs:
69
65
- name: check that the docs build (linux only)
70
66
71
67
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
73
74
- name: Publish samodels docs
75
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'}}
0 commit comments