Skip to content

Commit

Permalink
chore: Update pyodide build path for version 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilrybacki committed Jul 14, 2024
1 parent e7cc386 commit 7ed541f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jupyterlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
lite \
build \
--output-dir ${{ env.BUILD_OUTPUT_DIRECTORY }} \
--pyodide="jupyterlite/static/pyodide-0.26.1.tar.bz2"
--pyodide="static/pyodide-0.26.1.tar.bz2"
## Patch the build
python patch.py
Expand Down

0 comments on commit 7ed541f

Please sign in to comment.