Skip to content

Commit b195929

Browse files
committed
Merge branch 'master' into ProjectTo-for-DiagonalTensorMap
2 parents f9ed03e + 6352ec6 commit b195929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
name: Julia nightly - ${{ matrix.os }} - ${{ matrix.arch }}
5656
runs-on: ${{ matrix.os }}
5757
strategy:
58-
fail-fast: false
5958
matrix:
6059
version:
6160
- 'nightly'
@@ -65,6 +64,7 @@ jobs:
6564
- windows-latest
6665
arch:
6766
- x64
67+
continue-on-error: true
6868
steps:
6969
- uses: actions/checkout@v4
7070
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)