diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9b3ee02..05a5d8c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,11 +50,13 @@ jobs: fi pip3 install $FLAG notebook jupytext - name: "Install julia pre-requisites" + env: + IJULIA_NODEFAULTKERNEL: 1 run: | julia -e ' using Pkg - Pkg.add(name="IJulia", version="1.31.1") Pkg.add([ + "IJulia", "Oscar", "BenchmarkTools", "GraphRecipes", @@ -62,6 +64,12 @@ jobs: "Interact", "Plots", ])' + - name: "Install IJulia kernel" + run: | + julia -e ' + using IJulia + IJulia.installkernel("Julia") + ' - run: mkdir -pv notebooks - run: python3 tester.py ${{ matrix.node }} - name: Sanitize artifact name