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 50
50
${{ runner.os }}-test-
51
51
${{ runner.os }}-
52
52
- 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")'
53
55
- uses : julia-actions/julia-runtest@v1
54
56
env :
55
57
GROUP : ${{ matrix.group }}
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ version = "0.1.0"
5
5
6
6
[deps ]
7
7
Optimization = " 7f7a1694-90dd-40f0-9382-eb1efda571ba"
8
+ QuadDIRECT = " dae52e8d-d666-5120-a592-9e15c33b8d7a"
8
9
9
10
[compat ]
10
- julia = " 1"
11
11
Optimization = " 3"
12
+ julia = " 1"
12
13
13
14
[extras ]
14
15
Pkg = " 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" );
3
1
using OptimizationQuadDIRECT, Optimization
4
2
using Test
5
3
You can’t perform that action at this time.
0 commit comments