Skip to content

Commit d548b95

Browse files
committed
try to fix downgrade ci
1 parent 39541b0 commit d548b95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/DowngradeSublibraries.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
- uses: julia-actions/setup-julia@v2
4545
with:
4646
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")'
4749
- uses: julia-actions/julia-downgrade-compat@v2
4850
with:
4951
project: ${{ matrix.project }}
@@ -54,4 +56,4 @@ jobs:
5456
- uses: julia-actions/julia-runtest@v1
5557
with:
5658
project: ${{ matrix.project }}
57-
ALLOW_RERESOLVE: false
59+
ALLOW_RERESOLVE: false

0 commit comments

Comments
 (0)