mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Actions: Skip pypy on windows
This commit is contained in:
parent
e9367a130a
commit
45ad20a3de
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue