Skip to content

Commit 75dc03a

Browse files
committed
one last try move continue-on-error after all matrix defs
rather than before. [skip travis]
1 parent d7a0f7c commit 75dc03a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
test:
3333
name: CI build test
3434

35-
# run the finalizer for coveralls even if one or more
36-
# experimental matrix runs fail.
37-
continue-on-error: ${{ matrix.experimental }}
38-
3935
#runs-on: ubuntu-latest
4036
# use below if running on multiple OS's.
4137
runs-on: ${{ matrix.os }}
@@ -77,6 +73,10 @@ jobs:
7773
# skip all python versions on 20.04 except explicitly included
7874
- os: ubuntu-20.04
7975

76+
# run the finalizer for coveralls even if one or more
77+
# experimental matrix runs fail.
78+
continue-on-error: ${{ matrix.experimental }}
79+
8080
env:
8181
# get colorized pytest output even without a controlling tty
8282
PYTEST_ADDOPTS: "--color=yes"

0 commit comments

Comments
 (0)