We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
continue-on-error
1 parent 60bccf1 commit 3416a54Copy full SHA for 3416a54
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
runs-on: ubuntu-latest
76
77
# TODO: get test suite stable with free-threaded python
78
- continue-on-error: ${{ endsWith(matrix.python-version, 't') }}
+ continue-on-error: ${{ endsWith(matrix.python-version, 't') && true || false }}
79
80
steps:
81
- uses: actions/checkout@v4
0 commit comments