Skip to content

Commit 678c171

Browse files
Add QuadDIRECT to Project.toml and install it on CI
1 parent 9b0ab2c commit 678c171

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
${{ runner.os }}-test-${{ env.cache-name }}-
5050
${{ runner.os }}-test-
5151
${{ runner.os }}-
52+
- if: ${{ matrix.group == 'OptimizationQuadDIRECT' }}
53+
run: julia --project `using Pkg; Pkg.develop(url = "https://github.com/timholy/QuadDIRECT.jl.git")`
5254
- uses: julia-actions/julia-buildpkg@v1
5355
- uses: julia-actions/julia-runtest@v1
5456
env:

lib/OptimizationQuadDIRECT/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ version = "0.1.0"
55

66
[deps]
77
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
8+
QuadDIRECT = "dae52e8d-d666-5120-a592-9e15c33b8d7a"
89

910
[compat]
10-
julia = "1"
1111
Optimization = "3"
12+
julia = "1"
1213

1314
[extras]
1415
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

lib/OptimizationQuadDIRECT/test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Pkg;
2-
Pkg.develop(url = "https://github.com/timholy/QuadDIRECT.jl.git");
31
using OptimizationQuadDIRECT, Optimization
42
using Test
53

0 commit comments

Comments
 (0)