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 883c96a commit 6117b72Copy full SHA for 6117b72
.github/workflows/DowngradeSublibraries.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
version: ${{ matrix.julia-version }}
47
- if: ${{ matrix.project == 'lib/OptimizationQuadDIRECT' }}
48
- run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git")); Pkg.add("QuadDIRECT")'
+ run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git"));'
49
- uses: julia-actions/julia-downgrade-compat@v2
50
51
project: ${{ matrix.project }}
0 commit comments