File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
- name : Install the extension
107
107
run : |
108
108
set -eux
109
- python -m pip install --pre "jupyterlite-core==0.6.0a6 " "jupyterlab>=4,<5" jupyterlite_terminal*.whl
109
+ python -m pip install --pre "jupyterlite-core==0.6.0a9 " "jupyterlab>=4,<5" jupyterlite_terminal*.whl
110
110
111
111
- name : Micromamba needed for cockle_wasm_env
112
112
uses : mamba-org/setup-micromamba@main
Original file line number Diff line number Diff line change 22
22
23
23
- name : Install the dependencies
24
24
run : |
25
- python -m pip install --pre "jupyterlite-core==0.6.0a6" jupyterlite-pyodide-kernel
25
+ python -m pip install --pre "jupyterlite-core==0.6.0a9" " jupyterlite-pyodide-kernel==0.6.0a5"
26
26
27
27
# install a dev version of the terminal extension
28
28
python -m pip install .
Original file line number Diff line number Diff line change 34
34
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
35
35
36
36
- name : Install dependencies
37
- run : python -m pip install -U --pre "jupyterlite-core==0.6.0a6 " "jupyterlab>=4,<5"
37
+ run : python -m pip install -U --pre "jupyterlite-core==0.6.0a9 " "jupyterlab>=4,<5"
38
38
39
39
- name : Install extension
40
40
run : |
Original file line number Diff line number Diff line change 1
1
jupyterlab
2
- jupyterlite-core==0.6.0a6
3
- jupyterlite-pyodide-kernel
2
+ jupyterlite-core==0.6.0a9
3
+ jupyterlite-pyodide-kernel==0.6.0a5
4
4
..
You can’t perform that action at this time.
0 commit comments