We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976e7e0 commit 7da2ddfCopy full SHA for 7da2ddf
.github/workflows/deploy-github-page.yml
@@ -141,7 +141,7 @@ jobs:
141
shell: bash -l {0}
142
run: |
143
micromamba activate xeus-lite-host
144
- python -m pip install jupyterlite-xeus==4.0.0rc0
+ python -m pip install jupyterlite-xeus
145
jupyter lite build \
146
--XeusAddon.prefix=${{ env.PREFIX }} \
147
--contents README.md \
.github/workflows/main.yml
@@ -325,7 +325,7 @@ jobs:
325
326
327
328
329
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
330
331
- name: Setup tmate session
0 commit comments