Enable running slow tests on Windows in CI (#12761)

This commit is contained in:
Akihiro Nitta 2022-04-18 21:04:35 +09:00 committed by GitHub
parent ae3226ced9
commit 45f1ffa535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-20.04, windows-2019, macOS-10.15]
# same config as '.azure-pipelines/gpu-tests.yml'
python-version: ["3.7"]
pytorch-version: ["1.8"]