Skip to content

Commit 7da2ddf

Browse files
Final release of JupyterLite-xeus (#328)
1 parent 976e7e0 commit 7da2ddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
shell: bash -l {0}
142142
run: |
143143
micromamba activate xeus-lite-host
144-
python -m pip install jupyterlite-xeus==4.0.0rc0
144+
python -m pip install jupyterlite-xeus
145145
jupyter lite build \
146146
--XeusAddon.prefix=${{ env.PREFIX }} \
147147
--contents README.md \

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
shell: bash -l {0}
326326
run: |
327327
micromamba activate xeus-lite-host
328-
python -m pip install jupyterlite-xeus==4.0.0rc0
328+
python -m pip install jupyterlite-xeus
329329
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
330330
331331
- name: Setup tmate session

0 commit comments

Comments
 (0)