Skip to content

Commit 3416a54

Browse files
committed
Fix continue-on-error in CI
1 parent 60bccf1 commit 3416a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676

7777
# TODO: get test suite stable with free-threaded python
78-
continue-on-error: ${{ endsWith(matrix.python-version, 't') }}
78+
continue-on-error: ${{ endsWith(matrix.python-version, 't') && true || false }}
7979

8080
steps:
8181
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)