Skip to content

Commit 26b9367

Browse files
authored
Install libarchive-c to remove warning when building jupyter lite deployment (#434)
1 parent f49ed08 commit 26b9367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
cd ./xeus-cpp/
186186
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
187187
micromamba activate xeus-lite-host
188-
python -m pip install jupyterlite-xeus jupyter_server notebook
188+
python -m pip install jupyterlite-xeus jupyter_server notebook libarchive-c
189189
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
190190
cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
191191
cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static

0 commit comments

Comments
 (0)