Skip to content

Commit b9b7011

Browse files
authored
Revert "Fix the broken tutorials (#9)"
This reverts commit 099f380.
1 parent 099f380 commit b9b7011

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

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

33
on:
44
workflow_dispatch:
5+
push:
56
schedule:
67
- cron: "0 2 * * *"
78

@@ -74,7 +75,7 @@ jobs:
7475
Pkg.add("GraphRecipes")
7576
Pkg.add("Graphs")
7677
Pkg.add("Interact")
77-
Pkg.add(name="IJulia", version="1.31.1")
78+
Pkg.add("IJulia")
7879
Pkg.add("Plots")'
7980
- run: mkdir -pv notebooks
8081
- name: Use default julia environment

0 commit comments

Comments
 (0)