Enable running slow tests on Windows in CI (#12761)
This commit is contained in:
parent
ae3226ced9
commit
45f1ffa535
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue