Skip to content

Commit 8639b07

Browse files
committed
Fix syntax
1 parent 2cee078 commit 8639b07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
julia -e '
3535
using Pkg
3636
Pkg.add("Interact")
37-
Pkg.add("IJulia@1.31.1")
37+
Pkg.add(name="IJulia", version="1.31.1")
3838
Pkg.add("Oscar")
3939
Pkg.add("BenchmarkTools")
4040
Pkg.add("GraphRecipes")
@@ -72,7 +72,7 @@ jobs:
7272
julia -e '
7373
using Pkg
7474
Pkg.add("Interact")
75-
Pkg.add("IJulia@1.31.1")
75+
Pkg.add(name="IJulia", version="1.31.1")
7676
Pkg.add("Oscar")
7777
Pkg.add("BenchmarkTools")
7878
Pkg.add("GraphRecipes")

0 commit comments

Comments
 (0)