Skip to content

Commit 427176d

Browse files
committed
Docs build workflow needs the group syntax too.
1 parent a211572 commit 427176d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
python -m pip install ".[docs]"
34+
python -m pip install "." --group docs
3535
sudo apt install graphviz --yes
3636
3737
- name: Build Docs

0 commit comments

Comments
 (0)