Skip to content

Commit d703feb

Browse files
committed
Use dependency group in docs build too!
1 parent 364461c commit d703feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)