We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956ab9a commit 688768fCopy full SHA for 688768f
.github/workflows/documentation_ghpages.yaml
@@ -71,7 +71,7 @@ jobs:
71
SKBUILD_CMAKE_BUILD_TYPE: Debug
72
run: |
73
python -m pip install --progress-bar=off --upgrade pip
74
- python -m pip install --progress-bar=off .[analysis,viz,docs]
+ python -m pip install --progress-bar=off .[analysis,viz] --group docs
75
# So since kaleido does not install chrome, we have to do it
76
# This is only necessary when it works, otherwise, skip it!
77
kaleido_get_chrome || true
0 commit comments