We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16be17 commit f7b6b72Copy full SHA for f7b6b72
.github/workflows/CI.yml
@@ -49,9 +49,9 @@ jobs:
49
${{ runner.os }}-test-${{ env.cache-name }}-
50
${{ runner.os }}-test-
51
${{ runner.os }}-
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")'
- - uses: julia-actions/julia-buildpkg@v1
55
- uses: julia-actions/julia-runtest@v1
56
env:
57
GROUP: ${{ matrix.group }}
0 commit comments