We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ada63 commit 2cee078Copy full SHA for 2cee078
1 file changed
.github/workflows/CI.yml
@@ -34,6 +34,7 @@ jobs:
34
julia -e '
35
using Pkg
36
Pkg.add("Interact")
37
+ Pkg.add("IJulia@1.31.1")
38
Pkg.add("Oscar")
39
Pkg.add("BenchmarkTools")
40
Pkg.add("GraphRecipes")
@@ -71,7 +72,7 @@ jobs:
71
72
73
74
- Pkg.add("IJulia")
75
76
77
78
0 commit comments