Skip to content

Commit

Permalink
update docs build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Nov 14, 2024
1 parent 2ff8fe0 commit 59fc12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --user --no-cache-dir Cython
pip install --user -r requirements.txt -r requirements_dev.txt
pip install --user requirements_dev.txt
pip install .
# - name: Discover typos with codespell
# run: |
Expand Down

0 comments on commit 59fc12e

Please sign in to comment.