Skip to content

Commit

Permalink
fix pyodide pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 29, 2024
1 parent aa86bca commit adf4340
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Install the dependencies
run: |
# need the latest JupyterLite 0.4.0 pre-release
python -m pip install --pre jupyterlite-core
# install a kernel
python -m pip install jupyterlite-pyodide-kernel
python -m pip install --pre jupyterlite-core jupyterlite-pyodide-kernel
# install a dev version of the terminal extension
python -m pip install .
Expand Down

0 comments on commit adf4340

Please sign in to comment.