Skip to content

Commit 975cd5b

Browse files
authored
Merge pull request #33 from brichet/fix_deploy
Deployment with prereleased jupyterlite-pyodide-kernel
2 parents caf11b5 + 65405a4 commit 975cd5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
python-version: '3.11'
2121
- name: Install the dependencies
2222
run: |
23-
python -m pip install jupyterlite-pyodide-kernel
24-
python -m pip install jupyterlite-core --pre
23+
python -m pip install jupyterlite-pyodide-kernel jupyterlite-core --pre
2524
2625
# install a dev version of the extension
2726
python -m pip install .

0 commit comments

Comments
 (0)