Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
shell: bash -l {0}
run: |
micromamba activate xeus-lite-host
python -m pip install jupyterlite-xeus=4.0.0rc0
python -m pip install jupyterlite-xeus==4.0.0rc0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guessing we can remove this pin in a day or two once jupyterlite-xeus 4 is out ?

jupyter lite build \
--XeusAddon.prefix=${{ env.PREFIX }} \
--contents README.md \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,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 }}

- name: Setup tmate session
Expand Down
Loading