Skip to content

Commit 2cee078

Browse files
committed
add version restriction for ijulia
1 parent 01ada63 commit 2cee078

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
julia -e '
3535
using Pkg
3636
Pkg.add("Interact")
37+
Pkg.add("IJulia@1.31.1")
3738
Pkg.add("Oscar")
3839
Pkg.add("BenchmarkTools")
3940
Pkg.add("GraphRecipes")
@@ -71,7 +72,7 @@ jobs:
7172
julia -e '
7273
using Pkg
7374
Pkg.add("Interact")
74-
Pkg.add("IJulia")
75+
Pkg.add("IJulia@1.31.1")
7576
Pkg.add("Oscar")
7677
Pkg.add("BenchmarkTools")
7778
Pkg.add("GraphRecipes")

0 commit comments

Comments
 (0)