Skip to content

Commit

Permalink
Update the jupyterlite-core package in deployment to allow dynamic se…
Browse files Browse the repository at this point in the history
…ttings
  • Loading branch information
brichet committed Jan 28, 2025
1 parent ba99ad6 commit f3a32a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
python-version: '3.11'
- name: Install the dependencies
run: |
python -m pip install jupyterlite-core jupyterlite-pyodide-kernel
python -m pip install jupyterlite-core --pre
python -m pip install jupyterlite-pyodide-kernel
# install a dev version of the extension
python -m pip install .
Expand Down

0 comments on commit f3a32a1

Please sign in to comment.