Skip to content

Commit

Permalink
Disable downstream tests against broken packages (#338)
Browse files Browse the repository at this point in the history
* Disable downstream tests against broken packages

LazyArrays and LazyBandedMatrices have known breakages on v1.10, so these tests need to be disabled until these are fixed.

* Disable InfiniteLinearAlgebra test

This also has a known breakage
  • Loading branch information
jishnub authored Jan 9, 2024
1 parent 58215a8 commit 617fffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
package:
- {repo: Distributions.jl, group: JuliaStats}
- {repo: BlockArrays.jl, group: JuliaArrays}
- {repo: LazyArrays.jl, group: JuliaArrays}
# - {repo: LazyArrays.jl, group: JuliaArrays}
- {repo: ArrayLayouts.jl, group: JuliaLinearAlgebra}
- {repo: LazyBandedMatrices.jl, group: JuliaLinearAlgebra}
# - {repo: LazyBandedMatrices.jl, group: JuliaLinearAlgebra}
- {repo: BandedMatrices.jl, group: JuliaLinearAlgebra}
- {repo: BlockBandedMatrices.jl, group: JuliaLinearAlgebra}
- {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
# - {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
- {repo: Optim.jl, group: JuliaNLSolvers}

steps:
Expand Down

0 comments on commit 617fffd

Please sign in to comment.