Skip to content

Commit d417283

Browse files
committed
Fix installation of pre-released jupyterlite in deployment
1 parent b0a4048 commit d417283

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)