Skip to content

Commit 8d0848c

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

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 4 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

@@ -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)