File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 3131 python-version : ${{ matrix.python-version }}
3232 cache : ' pip'
3333 cache-dependency-path : ' pyproject.toml'
34+ - name : Free disk space
35+ run : |
36+ set -eux
37+ sudo rm -rf /usr/share/dotnet || true
38+ sudo rm -rf /opt/ghc || true
39+ sudo rm -rf /usr/local/lib/android || true
40+ sudo apt-get clean
41+ df -h
3442 - name : Install Ollama
3543 run : |
3644 curl -fsSL https://ollama.com/install.sh | sh
Original file line number Diff line number Diff line change 2929 cache : ' pip'
3030 cache-dependency-path : ' pyproject.toml'
3131
32+ - name : Free disk space
33+ run : |
34+ set -eux
35+ sudo rm -rf /usr/share/dotnet || true
36+ sudo rm -rf /opt/ghc || true
37+ sudo rm -rf /usr/local/lib/android || true
38+ sudo apt-get clean
39+ df -h
40+
3241 - name : Install Ollama
3342 run : |
3443 curl -fsSL https://ollama.com/install.sh | sh
You can’t perform that action at this time.
0 commit comments