File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,22 @@ jobs:
18
18
- name : Install node
19
19
uses : actions/setup-node@v4
20
20
with :
21
- node-version : ' 21 .x'
21
+ node-version : ' 22 .x'
22
22
- name : Install Python
23
23
uses : actions/setup-python@v5
24
24
with :
25
- python-version : ' 3.11 '
25
+ python-version : ' 3.12 '
26
26
architecture : ' x64'
27
27
- name : Install dependencies
28
- run :
28
+ run : |
29
29
pip install --upgrade pip
30
30
pip install --upgrade jupyterlab
31
31
pip install --upgrade voila
32
32
pip install --upgrade voila-osscar-template
33
33
pip install --upgrade ase
34
+ - name : Install widget
35
+ run :
34
36
pip install -e .
35
-
36
37
- name : Run the voila server
37
38
run : |
38
39
voila --template=osscar --enable_nbextensions=True example/ --port 8383 --no-browser &
You can’t perform that action at this time.
0 commit comments