We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1486d64 commit ecee271Copy full SHA for ecee271
.github/workflows/tests.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
tests:
11
name: Python ${{ matrix.python-version }}
12
+ continue-on-error: ${{ matrix.python-version == '3.11' }}
13
runs-on: ubuntu-latest
14
timeout-minutes: 10
15
strategy:
0 commit comments