Skip to content

Commit

Permalink
[GHA] Fix dependencies for docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianLara committed Jan 30, 2025
1 parent 796f7b4 commit d114382
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
run: |
uv pip install git+https://github.com/cornellius-gp/linear_operator.git
uv pip install git+https://github.com/cornellius-gp/gpytorch.git
uv pip install .[dev]
uv pip install beautifulsoup4 ipython nbconvert jinja2
uv pip install .[dev, tutorials]
- name: Validate Sphinx
run: |
python scripts/validate_sphinx.py -p "$(pwd)"
Expand Down

0 comments on commit d114382

Please sign in to comment.