Skip to content

Commit

Permalink
Update pyodide
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Jan 31, 2025
1 parent 4d44d58 commit a845271
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Install the dependencies
run: |
python -m pip install -r requirements.txt
- name: Build the JupyterLite site
run: |
jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_0.26.2.tar.bz2 --contents content --output-dir dist
jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_0.27.2.tar.bz2 --contents content --output-dir dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./dist

Expand All @@ -44,4 +44,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Core modules (mandatory)
jupyterlite-core==0.4.2
jupyterlab~=4.2.5
notebook~=7.2.2
jupyterlite-core==0.5.1
jupyterlab~=4.3.4
notebook~=7.3.2


# Python kernel (optional)
jupyterlite-pyodide-kernel==0.4.2
jupyterlite-pyodide-kernel==0.5.2

# JavaScript kernel (optional)
# jupyterlite-javascript-kernel==0.3.0
Expand Down

0 comments on commit a845271

Please sign in to comment.