Skip to content

Commit

Permalink
Use ngsolve from branch (memory tracing)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Dec 3, 2024
1 parent 4d44d58 commit a3a7aa9
Showing 1 changed file with 1 addition and 1 deletion.
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://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_pyodide_from_branch0.26.2.tar.bz2 --contents content --output-dir dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit a3a7aa9

Please sign in to comment.