File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3333 using Pkg
3434 pkg1 = PackageSpec(url = "https://github.com/MaxenceGollier/JSOBenchmarks.jl.git", rev = "solver_benchmarks")
3535 pkg2 = PackageSpec(url = "https://github.com/MaxenceGollier/SolverBenchmark.jl.git", rev = "switch-getters")
36- pkg3 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/RegularizedProblems.jl.git", rev = "MaxenceGollier-patch-1")
37- pkg_list = [pkg1, pkg2, pkg3]
36+ pkg_list = [pkg1, pkg2]
3837 Pkg.add(pkg_list)
3938 shell : julia --project=benchmark --color=yes {0}
4039 - name : Install benchmark dependencies
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ SolverBenchmark = "581a75fa-a23a-52d0-a590-d6201de2218a"
1010BenchmarkTools = " 1"
1111PkgBenchmark = " 0.2"
1212RegularizedOptimization = " 0.2"
13- RegularizedProblems = " 0.1"
13+ RegularizedProblems = " 0.1.4 "
1414julia = " 1"
You can’t perform that action at this time.
0 commit comments