Actions: Skip pypy on windows
This commit is contained in:
parent
580b97fa0f
commit
e42b46c722
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -7,6 +7,11 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.7, pypy-3.8]
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
python-version: pypy-3.7
|
||||
- os: windows-latest
|
||||
python-version: pypy-3.8
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user