Skip to content

Commit

Permalink
[Fix] documentation deploy CI/CD job
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Nov 18, 2024
1 parent c56bf41 commit 956c959
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
path: ~/.cache/pip
key: ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}-docs
- name: Install dependencies
# Earlier documentation (before v10) requires TensorFlow - later it's built from the PyTorch code - so we need to install both (dev)
# Additional the dev specifier includes all [docs] dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[torch,viz,html]
pip install -e .[docs]
pip install -e .[dev]
- name: Build documentation
run: cd docs && bash build.sh
Expand Down

0 comments on commit 956c959

Please sign in to comment.