Skip to content

Commit 723915b

Browse files
committed
test: try to make experimental test failure not fail the build again.
3.15/3.15t failing. Try to make it not break the build.
1 parent 24e31eb commit 723915b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
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
@@ -76,7 +82,7 @@ jobs:
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
@@ -86,12 +92,6 @@ jobs:
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"

0 commit comments

Comments
 (0)