We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0371b8c commit e1a4dd4Copy full SHA for e1a4dd4
.github/workflows/tests.yml
@@ -63,6 +63,7 @@ jobs:
63
mypy --config-file tests/.mypy.ini $( git ls-tree -r --name-only HEAD | 'grep' -E '[.]py$' )
64
65
Tests:
66
+ if: false
67
runs-on: ${{ matrix.os }}
68
69
strategy:
@@ -194,17 +195,9 @@ jobs:
194
195
timeout-minutes: 10
196
197
198
+ fail-fast: false
199
matrix:
200
include:
- - os: freebsd
- version: '14.3'
201
- display_name: FreeBSD
202
203
- version: '13.5'
204
205
- - os: openbsd
206
- version: '7.7'
207
- display_name: OpenBSD
208
# OpenBSD 6.9 is not supported because it only has Python 3.8, which is not supported anymore.
209
- os: netbsd
210
version: '10.1'
0 commit comments