File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646 if : " !contains(github.event.head_commit.message, 'no-github-ci')"
4747
48+ # run the finalizer for coveralls even if one or more
49+ # experimental matrix runs fail.
50+ # moving it above strategy produces unexpected value false
51+ # moving it below (here) produces unexpected value ''.
52+ continue-on-error : ${{ matrix.experimental }}
53+
4854 strategy :
4955 fail-fast : false
5056 max-parallel : 4
7682 - python-version : 3.15t-dev
7783 os : ubuntu-24.04
7884 experimental : true
79-
85+
8086 # exclude:
8187 # skip all python versions on explicit 20.04/24.04 unless
8288 # explicitly included
8692 # runs.
8793 # - os: ubuntu-latest
8894
89- # run the finalizer for coveralls even if one or more
90- # experimental matrix runs fail.
91- # moving it above strategy produces unexpected value false
92- # moving it below (here) produces unexpected value ''.
93- # continue-on-error: ${{ matrix.experimental }}
94-
9595 env :
9696 # get colorized pytest output even without a controlling tty
9797 PYTEST_ADDOPTS : " --color=yes"
You can’t perform that action at this time.
0 commit comments