Skip to content

Commit 099f380

Browse files
authored
Fix the broken tutorials (#9)
1 parent f639002 commit 099f380

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Run tests
22

33
on:
44
workflow_dispatch:
5-
push:
65
schedule:
76
- cron: "0 2 * * *"
87

@@ -75,7 +74,7 @@ jobs:
7574
Pkg.add("GraphRecipes")
7675
Pkg.add("Graphs")
7776
Pkg.add("Interact")
78-
Pkg.add("IJulia")
77+
Pkg.add(name="IJulia", version="1.31.1")
7978
Pkg.add("Plots")'
8079
- run: mkdir -pv notebooks
8180
- name: Use default julia environment

0 commit comments

Comments
 (0)