Skip to content

Commit 3743c2a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-test-
5151
${{ runner.os }}-
5252
- if: ${{ matrix.group == 'OptimizationQuadDIRECT' }}
53-
run: julia --project `using Pkg; Pkg.develop(url = "https://github.com/timholy/QuadDIRECT.jl.git")`
53+
run: julia --project `using Pkg; Pkg.Registry.add(url = "https://github.com/HolyLab/HolyLabRegistry.git"); Pkg.add("QuadDIRECT")`
5454
- uses: julia-actions/julia-buildpkg@v1
5555
- uses: julia-actions/julia-runtest@v1
5656
env:

0 commit comments

Comments
 (0)