Skip to content

Commit f69fafc

Browse files
author
Dou Du
committed
fix the image bug
1 parent cc9fa8b commit f69fafc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/screenshot-comparison.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,22 @@ jobs:
1818
- name: Install node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '21.x'
21+
node-version: '22.x'
2222
- name: Install Python
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.11'
25+
python-version: '3.12'
2626
architecture: 'x64'
2727
- name: Install dependencies
28-
run:
28+
run: |
2929
pip install --upgrade pip
3030
pip install --upgrade jupyterlab
3131
pip install --upgrade voila
3232
pip install --upgrade voila-osscar-template
3333
pip install --upgrade ase
34+
- name: Install widget
35+
run:
3436
pip install -e .
35-
3637
- name: Run the voila server
3738
run: |
3839
voila --template=osscar --enable_nbextensions=True example/ --port 8383 --no-browser &

0 commit comments

Comments
 (0)