Skip to content

Commit bb1b59a

Browse files
committed
I give up.
Moving it after the strategy produces: Error when evaluating 'continue-on-error' for job 'test'. .github/workflows/ci-test.yml (Line: 78, Col: 24): Unexpected value '' Comment out 3.12 run, continue directive and push.
1 parent 75dc03a commit bb1b59a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci-test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161

6262
include:
6363
# example: if 3.12 fails the jobs still succeeds
64-
- python-version: 3.12
65-
os: ubuntu-22.04
66-
experimental: true
64+
#- python-version: 3.12
65+
# os: ubuntu-22.04
66+
# experimental: true
6767

6868
# 3.6 not available on new 22.04 runners, so run on 20.04 ubuntu
6969
- python-version: 3.6
@@ -75,7 +75,9 @@ jobs:
7575

7676
# run the finalizer for coveralls even if one or more
7777
# experimental matrix runs fail.
78-
continue-on-error: ${{ matrix.experimental }}
78+
# moving it above strategy produces unexpected value false
79+
# moving it below (here) produces unexpected value ''.
80+
# continue-on-error: ${{ matrix.experimental }}
7981

8082
env:
8183
# get colorized pytest output even without a controlling tty

0 commit comments

Comments
 (0)