Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Sep 15, 2024
1 parent 1723fc2 commit 4f051f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
cache: pip
cache-dependency-path: docs-requirements.txt
- name: Install dependencies
run: pip install --require-hashes -r docs-requirements.txt
run: pip install --require-hashes --no-dependencies -r docs-requirements.txt
- name: Install package
run: pip install .
run: pip install --no-dependencies .
- name: Build docs
run: sphinx-build -W -b html docs docs/_build

Expand Down

0 comments on commit 4f051f3

Please sign in to comment.