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 d7a0f7c commit 75dc03aCopy full SHA for 75dc03a
.github/workflows/ci-test.yml
@@ -32,10 +32,6 @@ jobs:
32
test:
33
name: CI build test
34
35
- # run the finalizer for coveralls even if one or more
36
- # experimental matrix runs fail.
37
- continue-on-error: ${{ matrix.experimental }}
38
-
39
#runs-on: ubuntu-latest
40
# use below if running on multiple OS's.
41
runs-on: ${{ matrix.os }}
@@ -77,6 +73,10 @@ jobs:
77
73
# skip all python versions on 20.04 except explicitly included
78
74
- os: ubuntu-20.04
79
75
76
+ # run the finalizer for coveralls even if one or more
+ # experimental matrix runs fail.
+ continue-on-error: ${{ matrix.experimental }}
+
80
env:
81
# get colorized pytest output even without a controlling tty
82
PYTEST_ADDOPTS: "--color=yes"
0 commit comments