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 581e602 commit f4d1579Copy full SHA for f4d1579
.github/workflows/deploy-github-page.yml
@@ -70,7 +70,7 @@ jobs:
70
shell: bash -l {0}
71
run: |
72
set -e
73
- micromamba create -n xeus-lite-host jupyterlite-core jupyter_core==5.7.2
+ micromamba create -n xeus-lite-host jupyterlite-core jupyter_server
74
micromamba activate xeus-lite-host
75
cd build/test
76
# Fresh install browsers, and run Emscripten tests in them
@@ -140,7 +140,6 @@ jobs:
140
- name: Jupyter Lite integration
141
142
143
- micromamba create -n xeus-lite-host jupyterlite-core jupyter_server
144
145
python -m pip install jupyterlite-xeus
146
jupyter lite build \
0 commit comments