tmp: run tests only on windows

This commit is contained in:
debugtalk
2020-01-02 15:47:34 +08:00
parent 794b267fea
commit 36bd0bb346
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
max-parallel: 6
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [windows-latest]
steps:
- uses: actions/checkout@v1

View File

@@ -11,7 +11,7 @@ jobs:
max-parallel: 12
matrix:
python-version: [2.7, 3.5, 3.6, 3.7] # TODO: 3.8
os: [ubuntu-latest, macos-latest, windows-latest]
os: [windows-latest]
steps:
- uses: actions/checkout@v1