Skip to content

Commit 8963f13

Browse files
committed
fixup! test workflow: use an explicit matrix variable instead of an inline value
1 parent b5b59e4 commit 8963f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
tox_env: "doctesting"
248248
use_coverage: true
249249

250-
continue-on-error: ${{ fromJSON(matrix.xfail) && true || false }}
250+
continue-on-error: ${{ matrix.xfail && true || false }}
251251

252252
steps:
253253
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)