SpineOpt.jl icon indicating copy to clipboard operation
SpineOpt.jl copied to clipboard

Create an action to run benchmarks in a PR

Open suvayu opened this issue 9 months ago • 1 comments

Create an action similar to what Tulipa does, which can be triggered in a PR as required.

suvayu avatar Apr 30 '24 12:04 suvayu

I realized that you need to add the SpineJuliaRegistry to install version from there, otherwise it fails since SpineOpt and SpineInterface are not in the JuliaRegistry:

using Pkg									# Use the package manager. Alternatively, use `]` in REPL
pkg"registry add General https://github.com/spine-tools/SpineJuliaRegistry"	# Add SpineJuliaRegistry as an available registry for your Julia

datejada avatar May 07 '24 07:05 datejada