We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d258390 commit 2520920Copy full SHA for 2520920
.github/workflows/pythonapp.yml
@@ -232,6 +232,7 @@ jobs:
232
key: ${{ runner.os }}-pip-${{ steps.pip-cache.outputs.datew }}
233
- name: Install dependencies
234
run: |
235
+ find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
236
python -m pip install --upgrade pip wheel
237
python -m pip install -r docs/requirements.txt
238
- name: Make html
0 commit comments