Skip to content

Commit 55fc773

Browse files
authored
Revert "Disable tests against Optim temporarily" (#409)
Reverts #407 I just came across #407. It seems that Optim CI was updated and fixed recently.
1 parent 0b5b720 commit 55fc773

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} # Enable when their CI is fixed
50+
- {repo: Optim.jl, group: JuliaNLSolvers}
5151

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

0 commit comments

Comments
 (0)