We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Optim
1 parent 877375f commit 0b5b720Copy full SHA for 0b5b720
.github/workflows/downstream.yml
@@ -47,7 +47,7 @@ jobs:
47
- {repo: BandedMatrices.jl, group: JuliaLinearAlgebra}
48
- {repo: BlockBandedMatrices.jl, group: JuliaLinearAlgebra}
49
- {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
50
- - {repo: Optim.jl, group: JuliaNLSolvers}
+ # - {repo: Optim.jl, group: JuliaNLSolvers} # Enable when their CI is fixed
51
52
steps:
53
- uses: actions/checkout@v4
0 commit comments