Skip to content

Commit caf11b5

Browse files
authored
Merge pull request #32 from brichet/fix_deploy
Fix installation of pre-released jupyterlite in deployment
2 parents b0a4048 + d417283 commit caf11b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
python-version: '3.11'
2121
- name: Install the dependencies
2222
run: |
23-
python -m pip install jupyterlite-core --pre
2423
python -m pip install jupyterlite-pyodide-kernel
24+
python -m pip install jupyterlite-core --pre
2525
2626
# install a dev version of the extension
2727
python -m pip install .

0 commit comments

Comments
 (0)