Skip to content

Commit

Permalink
Fix pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
ajelenak committed Apr 6, 2024
1 parent 862f12c commit 3426e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
python-version: "3.10"
- name: Install sphinx env
run: python -m pip -r docs/requirements.txt
run: python -m pip install -r docs/requirements.txt
- name: Build documentation
run: sphinx-build -b html -a -W -T docs _pages
- name: Upload artifact
Expand Down

0 comments on commit 3426e18

Please sign in to comment.