Skip to content

Commit

Permalink
Install project into docs env
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed May 24, 2024
1 parent e34758f commit ee68460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
environment-file: docs/.docs.environment.yaml
- name: Install dependencies
run: |
pip install -e .
$CONDA/envs/PoseBench-Documentation/bin/pip install -e .
- name: Sphinx build
run: |
rm -rf docs/build/ && $CONDA/envs/PoseBench-Documentation/bin/sphinx-build docs/source/ docs/build/
Expand Down

0 comments on commit ee68460

Please sign in to comment.