Skip to content

Commit 0b5b720

Browse files
authored
Disable tests against Optim temporarily (#407)
Given that their CI is currently broken (and has been broken for months now), we may disable the tests against `Optim` temporarily.
1 parent 877375f commit 0b5b720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- {repo: BandedMatrices.jl, group: JuliaLinearAlgebra}
4848
- {repo: BlockBandedMatrices.jl, group: JuliaLinearAlgebra}
4949
- {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
50-
- {repo: Optim.jl, group: JuliaNLSolvers}
50+
# - {repo: Optim.jl, group: JuliaNLSolvers} # Enable when their CI is fixed
5151

5252
steps:
5353
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)