From 04463792524ca474fe1234039b62b86da20e9d39 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:47:50 +0000 Subject: [PATCH] Install libarchive-c to remove warning when building jupyter lite deployment --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index bed6288bf..ed55f1bc5 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -183,7 +183,7 @@ jobs: cd ./xeus-cpp/ micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge micromamba activate xeus-lite-host - python -m pip install jupyterlite-xeus jupyter_server notebook + python -m pip install jupyterlite-xeus jupyter_server notebook libarchive-c jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static