Skip to content

Commit 7326f7d

Browse files
committed
Use latest pre-releases in CI
1 parent 2593bc6 commit 7326f7d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install the extension
107107
run: |
108108
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
110110
111111
- name: Micromamba needed for cockle_wasm_env
112112
uses: mamba-org/setup-micromamba@main

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install the dependencies
2424
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"
2626
2727
# install a dev version of the terminal extension
2828
python -m pip install .

.github/workflows/update-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
3535

3636
- 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"
3838

3939
- name: Install extension
4040
run: |

deploy/requirements-deploy.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jupyterlab
2-
jupyterlite-core==0.6.0a6
3-
jupyterlite-pyodide-kernel
2+
jupyterlite-core==0.6.0a9
3+
jupyterlite-pyodide-kernel==0.6.0a5
44
..

0 commit comments

Comments
 (0)