File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
lib/OptimizationQuadDIRECT Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5050 ${{ runner.os }}-test-
5151 ${{ runner.os }}-
5252 - uses : julia-actions/julia-buildpkg@v1
53+ - if : ${{ matrix.group == 'OptimizationQuadDIRECT' }}
54+ run : julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git")); Pkg.add("QuadDIRECT")'
5355 - uses : julia-actions/julia-runtest@v1
5456 env :
5557 GROUP : ${{ matrix.group }}
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ version = "0.1.0"
55
66[deps ]
77Optimization = " 7f7a1694-90dd-40f0-9382-eb1efda571ba"
8+ QuadDIRECT = " dae52e8d-d666-5120-a592-9e15c33b8d7a"
89
910[compat ]
10- julia = " 1"
1111Optimization = " 3"
12+ julia = " 1"
1213
1314[extras ]
1415Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Original file line number Diff line number Diff line change 1- using Pkg;
2- Pkg. develop (url = " https://github.com/timholy/QuadDIRECT.jl.git" );
31using OptimizationQuadDIRECT, Optimization
42using Test
53
You can’t perform that action at this time.
0 commit comments