Skip to content

Commit 20dada6

Browse files
committed
trying to fix the kaleido problem
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 118e469 commit 20dada6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/documentation_ghpages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
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:

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)