Skip to content

Commit 7e7a688

Browse files
committed
Fix documentation and workflows
1 parent 7da2ddf commit 7e7a688

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
run: |
255255
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build
256256
set -e
257-
micromamba create -n xeus-lite-host jupyterlite-core
257+
micromamba create -n xeus-lite-host jupyterlite-core=0.6
258258
micromamba activate xeus-lite-host
259259
cd build/test
260260
# Fresh install browsers, and run Emscripten tests in them

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To do this on Ubuntu x86 execute the following
147147

148148
To build Jupyter Lite with this kernel without creating a website you can execute the following
149149
```bash
150-
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge
150+
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
151151
micromamba activate xeus-lite-host
152152
python -m pip install jupyterlite-xeus
153153
jupyter lite build --XeusAddon.prefix=$PREFIX

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To do this on Ubuntu x86 execute the following
149149

150150
To build Jupyter Lite with this kernel without creating a website you can execute the following
151151
```bash
152-
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge
152+
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
153153
micromamba activate xeus-lite-host
154154
python -m pip install jupyterlite-xeus
155155
jupyter lite build --XeusAddon.prefix=$PREFIX

docs/source/InstallationAndUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
130130

131131
.. code-block:: bash
132132
133-
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge
133+
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
134134
micromamba activate xeus-lite-host
135135
python -m pip install jupyterlite-xeus
136136
jupyter lite build --XeusAddon.prefix=$PREFIX

0 commit comments

Comments
 (0)