Skip to content

Commit d7bb11d

Browse files
committed
Attempt to fix recent failures
1 parent f639002 commit d7bb11d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Run tests
33
on:
44
workflow_dispatch:
55
push:
6+
pull_request:
67
schedule:
78
- cron: "0 2 * * *"
89

@@ -29,7 +30,7 @@ jobs:
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
@@ -78,10 +79,6 @@ jobs:
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

0 commit comments

Comments
 (0)