Skip to content

Commit

Permalink
ci: fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed May 10, 2024
1 parent 53eae5c commit d353e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: "3.11"
- name: Build docs
run: |
pip install .[docs]
pip install -e .[dev,docs]
make -C docs html
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: "3.11"
- name: Build docs
run: |
pip install .[docs]
pip install -e .[dev,docs]
make -C docs html
- name: Deploy Preview
uses: rossjrw/[email protected]
Expand Down

0 comments on commit d353e01

Please sign in to comment.