Skip to content

Commit ca05e91

Browse files
Use conda-forge, not PyPI (#330)
1 parent a0b21c5 commit ca05e91

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash -l {0}
7171
run: |
7272
set -e
73-
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server
73+
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus
7474
micromamba activate xeus-lite-host
7575
cd build/test
7676
# Fresh install browsers, and run Emscripten tests in them
@@ -141,7 +141,6 @@ jobs:
141141
shell: bash -l {0}
142142
run: |
143143
micromamba activate xeus-lite-host
144-
python -m pip install jupyterlite-xeus
145144
jupyter lite build \
146145
--XeusAddon.prefix=${{ env.PREFIX }} \
147146
--contents README.md \

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
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=0.6
257+
micromamba create -n xeus-lite-host jupyterlite-core jupyterlite-xeus
258258
micromamba activate xeus-lite-host
259259
cd build/test
260260
# Fresh install browsers, and run Emscripten tests in them
@@ -325,7 +325,6 @@ jobs:
325325
shell: bash -l {0}
326326
run: |
327327
micromamba activate xeus-lite-host
328-
python -m pip install jupyterlite-xeus
329328
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
330329
331330
- name: Setup tmate session

0 commit comments

Comments
 (0)