Skip to content

Commit

Permalink
ci(deps): fix deps group name in install
Browse files Browse the repository at this point in the history
  • Loading branch information
almutlue committed May 13, 2024
1 parent dc6295c commit 9d49ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install dependencies
run: |
poetry install --with doc
poetry install --with docs
- name: Sphinx build
run: |
Expand Down

0 comments on commit 9d49ccf

Please sign in to comment.