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.
1 parent cd11fca commit cc2411fCopy full SHA for cc2411f
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Run ${{ matrix.mark}} tests (${{ matrix.python-version }} on ${{ matrix.os }})
22
runs-on: ${{ matrix.os }}
23
strategy:
24
- fail-fast: false
+ fail-fast: true
25
matrix:
26
include:
27
# run all the tests on latest Python version
@@ -32,19 +32,6 @@ jobs:
32
- os: ubuntu-22.04
33
mark: important
34
python-version: '3.7'
35
- - os: ubuntu-latest
36
- mark: important
37
- python-version: 'pypy-3.7'
38
39
40
- python-version: 'pypy-3.10'
41
- # for MacOS and Windows always run only minimal tests
42
- - os: macos-latest
43
44
- python-version: '3.13'
45
- - os: windows-latest
46
47
48
49
steps:
50
- name: Checkout code
0 commit comments