mirror of
https://github.com/netinvent/npbackup.git
synced 2024-11-10 09:03:02 +08:00
Don't run pypy tests on Windows
This commit is contained in:
parent
095dd14079
commit
1b2936c15c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/windows.yaml
vendored
3
.github/workflows/windows.yaml
vendored
|
@ -15,7 +15,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest]
|
os: [windows-latest]
|
||||||
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
|
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
|
||||||
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
|
# Don't test on pypy since we don't have pywin32
|
||||||
|
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue