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 3743c2a commit 68a3b69Copy full SHA for 68a3b69
.github/workflows/CI.yml
@@ -50,7 +50,7 @@ jobs:
50
${{ runner.os }}-test-
51
${{ runner.os }}-
52
- if: ${{ matrix.group == 'OptimizationQuadDIRECT' }}
53
- run: julia --project `using Pkg; Pkg.Registry.add(url = "https://github.com/HolyLab/HolyLabRegistry.git"); Pkg.add("QuadDIRECT")`
+ run: julia --project -e 'using Pkg; Pkg.Registry.add("https://github.com/HolyLab/HolyLabRegistry.git"); Pkg.add("QuadDIRECT")'
54
- uses: julia-actions/julia-buildpkg@v1
55
- uses: julia-actions/julia-runtest@v1
56
env:
0 commit comments