Skip to content

Commit 5400149

Browse files
authored
Remove explicit test on v1.10 (#326)
* Remove explicit test on v1.10 * Temporarily disable test against InfiniteLinearAlgebra
1 parent f3ac607 commit 5400149

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
version:
3434
- '1.6'
3535
- '1'
36-
- '~1.10.0-0'
3736
os:
3837
- ubuntu-latest
3938
- macOS-latest

.github/workflows/downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
name: ${{ matrix.package.group }}/${{ matrix.package.repo }}/${{ matrix.julia-version }}
2626
runs-on: ${{ matrix.os }}
2727
strategy:
28-
fail-fast: true
28+
fail-fast: false
2929
matrix:
3030
julia-version: ['1']
3131
os: [ubuntu-latest]
3232
package:
3333
- {repo: BlockBandedMatrices.jl, group: JuliaLinearAlgebra}
34-
- {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
34+
# - {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
3535

3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)