From abbbf3ff1f5f62456ca360fb885c8e4aea98145e Mon Sep 17 00:00:00 2001 From: David Widmann Date: Sat, 12 Apr 2025 22:37:23 +0200 Subject: [PATCH] Revert "Disable tests against `Optim` temporarily (#407)" This reverts commit 0b5b720e8d6dab2ea265fabe1632c29b2de3a09f. --- .github/workflows/downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 20f6bc38..2b0353e7 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -47,7 +47,7 @@ jobs: - {repo: BandedMatrices.jl, group: JuliaLinearAlgebra} - {repo: BlockBandedMatrices.jl, group: JuliaLinearAlgebra} - {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra} - # - {repo: Optim.jl, group: JuliaNLSolvers} # Enable when their CI is fixed + - {repo: Optim.jl, group: JuliaNLSolvers} steps: - uses: actions/checkout@v4