File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
- name : Setup Python
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
- python-version : ' 3.10 '
20
+ python-version : ' 3.11 '
21
21
- name : Install the dependencies
22
22
run : |
23
23
python -m pip install -r requirements.txt
24
24
- name : Build the JupyterLite site
25
25
run : |
26
- jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_0.26 .2.tar.bz2 --contents content --output-dir dist
26
+ jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_0.27 .2.tar.bz2 --contents content --output-dir dist
27
27
- name : Upload artifact
28
- uses : actions/upload-pages-artifact@v1
28
+ uses : actions/upload-pages-artifact@v3
29
29
with :
30
30
path : ./dist
31
31
44
44
steps :
45
45
- name : Deploy to GitHub Pages
46
46
id : deployment
47
- uses : actions/deploy-pages@v1
47
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 1
1
# Core modules (mandatory)
2
- jupyterlite-core == 0.4.2
3
- jupyterlab ~= 4.2.5
4
- notebook ~= 7.2 .2
2
+ jupyterlite-core == 0.5.1
3
+ jupyterlab ~= 4.3.4
4
+ notebook ~= 7.3 .2
5
5
6
6
7
7
# Python kernel (optional)
8
- jupyterlite-pyodide-kernel == 0.4 .2
8
+ jupyterlite-pyodide-kernel == 0.5 .2
9
9
10
10
# JavaScript kernel (optional)
11
11
# jupyterlite-javascript-kernel==0.3.0
You can’t perform that action at this time.
0 commit comments