Skip to content

Commit

Permalink
Merge pull request #371 from SciML/quaddirectenvfix
Browse files Browse the repository at this point in the history
Add QuadDIRECT to Project.toml and install it on CI
  • Loading branch information
Vaibhavdixit02 authored Sep 9, 2022
2 parents 9b0ab2c + f7b6b72 commit c9556c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- if: ${{ matrix.group == 'OptimizationQuadDIRECT' }}
run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git")); Pkg.add("QuadDIRECT")'
- uses: julia-actions/julia-runtest@v1
env:
GROUP: ${{ matrix.group }}
Expand Down
3 changes: 2 additions & 1 deletion lib/OptimizationQuadDIRECT/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ version = "0.1.0"

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

[compat]
julia = "1"
Optimization = "3"
julia = "1"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
2 changes: 0 additions & 2 deletions lib/OptimizationQuadDIRECT/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using Pkg;
Pkg.develop(url = "https://github.com/timholy/QuadDIRECT.jl.git");
using OptimizationQuadDIRECT, Optimization
using Test

Expand Down

0 comments on commit c9556c9

Please sign in to comment.