Skip to content

Commit

Permalink
fix(ci): use correct path when enabling the venv fro building the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSasser committed Oct 8, 2024
1 parent 6f24e04 commit 1a8ba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Sphinx Build
working-directory: ./docs
run: |
. .venv/bin/activate
. ../.venv/bin/activate
make html
- name: Test with pytest
Expand Down

0 comments on commit 1a8ba80

Please sign in to comment.