fix exclude for windows-latest
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -9,7 +9,11 @@ jobs:
|
|||||||
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11']
|
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11']
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: [ 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ]
|
python-version: 'pypy-3.9'
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: 'pypy-3.10'
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: 'pypy-3.11'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user