File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 7272 run : |
7373 python -m pip install --progress-bar=off --upgrade pip
7474 python -m pip install --progress-bar=off .[analysis,viz,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
7578
7679 - name : Build the documentation using the sisl-files as well
7780 env :
Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ jobs:
148148 ${{ github.event.inputs.install_args }} \
149149 .[${{ steps.info.outputs.sisl_extras }}] \
150150 ${{ steps.info.outputs.sisl_install_packages }}
151+ # So since kaleido does not install chrome, we have to do it
152+ # This is only necessary when it works, otherwise, skip it!
153+ kaleido_get_chrome || true
151154
152155 - name : sisl debug info
153156 run : |
You can’t perform that action at this time.
0 commit comments