Skip to content

Commit

Permalink
Fix poetry environment activation
Browse files Browse the repository at this point in the history
  • Loading branch information
daviewales authored Dec 5, 2023
1 parent 5000278 commit 450e4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build with Sphinx
run: |
poetry install
poetry shell
source $(poetry env info --path)/bin/activate
cd docs
make html
- name: Upload artifact
Expand Down

0 comments on commit 450e4be

Please sign in to comment.