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 6783fb3 commit 17bf2a0Copy full SHA for 17bf2a0
.github/workflows/documentation.yaml
@@ -25,7 +25,8 @@ jobs:
25
environment-file: docs/.docs.environment.yaml
26
- name: Install dependencies
27
run: |
28
- $CONDA/envs/PoseBench-Documentation/bin/pip install -e .
+ $CONDA/envs/PoseBench-Documentation/bin/pip install --no-cache-dir -e .
29
+ conda clean --all --yes
30
- name: Sphinx build
31
32
rm -rf docs/build/ && $CONDA/envs/PoseBench-Documentation/bin/sphinx-build docs/source/ docs/build/
0 commit comments