Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
shell: bash -l {0}
run: |
set -e
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server
micromamba activate xeus-lite-host
cd build/test
# Fresh install browsers, and run Emscripten tests in them
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
shell: bash -l {0}
run: |
micromamba activate xeus-lite-host
python -m pip install jupyterlite-xeus
python -m pip install jupyterlite-xeus=4.0.0rc0
jupyter lite build \
--XeusAddon.prefix=${{ env.PREFIX }} \
--contents README.md \
Expand Down
Loading