File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Run tests
33on :
44 workflow_dispatch :
55 push :
6+ pull_request :
67 schedule :
78 - cron : " 0 2 * * *"
89
2930 with :
3031 cache-name : julia-cache;workflow=${{ github.workflow }};ref=${{ github.run_id }}
3132 include-matrix : false
32- - name : " Install julia pre-requisites"
33+ - name : " Install julia pre-requisites "
3334 run : |
3435 julia -e '
3536 using Pkg
7879 Pkg.add("IJulia")
7980 Pkg.add("Plots")'
8081 - run : mkdir -pv notebooks
81- - name : Use default julia environment
82- run : |
83- cat ~/.local/share/jupyter/kernels/julia-1.10/kernel.json | sed 's/^.*project=.*$//' > ~/.local/share/jupyter/kernels/julia-1.10/kernel.json.new
84- mv -v ~/.local/share/jupyter/kernels/julia-1.10/kernel.json.new ~/.local/share/jupyter/kernels/julia-1.10/kernel.json
8582 - run : python3 tester.py ${{ matrix.node }}
8683 - name : Upload new notebook
8784 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments