Skip to content

Commit 9dc2f4c

Browse files
authored
Get packages from micromamba
1 parent f792724 commit 9dc2f4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ jobs:
7171
- name: Jupyter Lite integration
7272
shell: bash -l {0}
7373
run: |
74-
micromamba create -n xeus-lite-host jupyterlite-core
74+
micromamba create -n xeus-lite-host jupyterlite-core jupyterlite-xeus jupyterlite-core jupyterlab notebook
7575
micromamba activate xeus-lite-host
76-
python -m pip install jupyterlite-xeus jupyterlite-core jupyterlab notebook
7776
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
7877
cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
7978
cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static

0 commit comments

Comments
 (0)