We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099f380 commit b9b7011Copy full SHA for b9b7011
1 file changed
.github/workflows/CI.yml
@@ -2,6 +2,7 @@ name: Run tests
2
3
on:
4
workflow_dispatch:
5
+ push:
6
schedule:
7
- cron: "0 2 * * *"
8
@@ -74,7 +75,7 @@ jobs:
74
75
Pkg.add("GraphRecipes")
76
Pkg.add("Graphs")
77
Pkg.add("Interact")
- Pkg.add(name="IJulia", version="1.31.1")
78
+ Pkg.add("IJulia")
79
Pkg.add("Plots")'
80
- run: mkdir -pv notebooks
81
- name: Use default julia environment
0 commit comments