Skip to content

Commit ce5db6b

Browse files
committed
Test barplots branch of JSOBenchmarks
1 parent 9e82ba3 commit ce5db6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jsobmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Installing non-registered dependencies
3131
run: |
3232
using Pkg
33-
pkg1 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/JSOBenchmarks.jl.git", rev = "main")
33+
pkg1 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/JSOBenchmarks.jl.git", rev = "barplots")
3434
pkg_list = [pkg1]
3535
Pkg.add(pkg_list)
3636
shell: julia --project=benchmark --color=yes {0}

0 commit comments

Comments
 (0)