Skip to content

Commit 688768f

Browse files
committed
fixed install using groups
1 parent 956ab9a commit 688768f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation_ghpages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
SKBUILD_CMAKE_BUILD_TYPE: Debug
7272
run: |
7373
python -m pip install --progress-bar=off --upgrade pip
74-
python -m pip install --progress-bar=off .[analysis,viz,docs]
74+
python -m pip install --progress-bar=off .[analysis,viz] --group docs
7575
# So since kaleido does not install chrome, we have to do it
7676
# This is only necessary when it works, otherwise, skip it!
7777
kaleido_get_chrome || true

0 commit comments

Comments
 (0)