We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e82ba3 commit ce5db6bCopy full SHA for ce5db6b
.github/workflows/jsobmarks.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Installing non-registered dependencies
31
run: |
32
using Pkg
33
- pkg1 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/JSOBenchmarks.jl.git", rev = "main")
+ pkg1 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/JSOBenchmarks.jl.git", rev = "barplots")
34
pkg_list = [pkg1]
35
Pkg.add(pkg_list)
36
shell: julia --project=benchmark --color=yes {0}
0 commit comments