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