Skip to content

Commit b0a4048

Browse files
authored
Merge pull request #30 from brichet/update_deployment
Upgrade the jupyterlite-core package in deployment
2 parents ba99ad6 + f3a32a1 commit b0a4048

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)