Skip to content
Snippets Groups Projects
Commit 88744478 authored by Marius Meyer's avatar Marius Meyer
Browse files

Install nbclient in CI

parent 61d60825
No related branches found
No related tags found
No related merge requests found
Pipeline #47682 passed
......@@ -25,7 +25,7 @@ build_pdf:
paths:
- /root/.julia
script:
- apt-get update && apt-get install -y --no-install-recommends make pandoc jupyter curl gdebi-core librsvg2-bin && rm -rf /var/lib/apt/lists/*
- apt-get update && apt-get install -y --no-install-recommends make pandoc jupyter python3-nbclient curl gdebi-core librsvg2-bin && rm -rf /var/lib/apt/lists/*
- curl -fsSL https://install.julialang.org | sh -s -- -y --default-channel release
- source /root/.bashrc
- julia -e "using Pkg; Pkg.add(\"IJulia\")"
......@@ -76,7 +76,7 @@ build_pages:
paths:
- /root/.julia
script:
- apt-get update && apt-get install -y --no-install-recommends make pandoc jupyter curl gdebi-core && rm -rf /var/lib/apt/lists/*
- apt-get update && apt-get install -y --no-install-recommends make pandoc jupyter python3-nbclient curl gdebi-core && rm -rf /var/lib/apt/lists/*
- julia -e "using Pkg; Pkg.add(\"IJulia\")"
- julia -e "using IJulia; IJulia.installkernel(\"julia\")"
- curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment