We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ac607 commit 5400149Copy full SHA for 5400149
.github/workflows/ci.yml
@@ -33,7 +33,6 @@ jobs:
33
version:
34
- '1.6'
35
- '1'
36
- - '~1.10.0-0'
37
os:
38
- ubuntu-latest
39
- macOS-latest
.github/workflows/downstream.yml
@@ -25,13 +25,13 @@ jobs:
25
name: ${{ matrix.package.group }}/${{ matrix.package.repo }}/${{ matrix.julia-version }}
26
runs-on: ${{ matrix.os }}
27
strategy:
28
- fail-fast: true
+ fail-fast: false
29
matrix:
30
julia-version: ['1']
31
os: [ubuntu-latest]
32
package:
- {repo: BlockBandedMatrices.jl, group: JuliaLinearAlgebra}
- - {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
+ # - {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
steps:
- uses: actions/checkout@v4
0 commit comments