Skip to content

Commit f7b6b72

Browse files
Try after build to avoid registry confusion
1 parent f16be17 commit f7b6b72

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
@@ -49,9 +49,9 @@ jobs:
4949
${{ runner.os }}-test-${{ env.cache-name }}-
5050
${{ runner.os }}-test-
5151
${{ runner.os }}-
52+
- uses: julia-actions/julia-buildpkg@v1
5253
- if: ${{ matrix.group == 'OptimizationQuadDIRECT' }}
5354
run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git")); Pkg.add("QuadDIRECT")'
54-
- uses: julia-actions/julia-buildpkg@v1
5555
- uses: julia-actions/julia-runtest@v1
5656
env:
5757
GROUP: ${{ matrix.group }}

0 commit comments

Comments
 (0)