Skip to content

Commit 83b91bd

Browse files
committed
Update pyodide
1 parent 4d44d58 commit 83b91bd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Setup Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.10'
20+
python-version: '3.11'
2121
- name: Install the dependencies
2222
run: |
2323
python -m pip install -r requirements.txt
2424
- name: Build the JupyterLite site
2525
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
2727
- name: Upload artifact
28-
uses: actions/upload-pages-artifact@v1
28+
uses: actions/upload-pages-artifact@v3
2929
with:
3030
path: ./dist
3131

@@ -44,4 +44,4 @@ jobs:
4444
steps:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v1
47+
uses: actions/deploy-pages@v4

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 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
55

66

77
# Python kernel (optional)
8-
jupyterlite-pyodide-kernel==0.4.2
8+
jupyterlite-pyodide-kernel==0.5.2
99

1010
# JavaScript kernel (optional)
1111
# jupyterlite-javascript-kernel==0.3.0

0 commit comments

Comments
 (0)