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