Skip to content

Commit

Permalink
update to latest pyodide/ngsolve/webgui
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Mar 5, 2024
1 parent 592191a commit c22495a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install -r requirements.txt
- name: Build the JupyterLite site
run: |
jupyter lite build --pyodide https://www.asc.tuwien.ac.at/~mhochsteger/ngsolve/ngsolve_pyodide.tar.bz2 --contents content --output-dir dist
jupyter lite build --pyodide https://www.asc.tuwien.ac.at/~mhochsteger/ngsolve/pyodide-0.26.0a3/ngsolve_pyodide.tar.bz2 --contents content --output-dir dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ ipympl>=0.8.2
#plotly>=5,<6
#bqplot

webgui_jupyter_widgets==0.2.25
webgui_jupyter_widgets==0.2.29
jupyterlab-open-url-parameter

0 comments on commit c22495a

Please sign in to comment.