Skip to content

Commit

Permalink
freeze webgui_jupyter_widgets version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Oct 22, 2023
1 parent 27302eb commit 1fe7868
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_test.tar.bz2 --contents content --output-dir dist
jupyter lite build --pyodide https://www.asc.tuwien.ac.at/~mhochsteger/ngsolve/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
webgui_jupyter_widgets==0.2.25
jupyterlab-open-url-parameter

0 comments on commit 1fe7868

Please sign in to comment.