From 45f1ffa535af1f11f1367dde93aa104e0235642a Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Mon, 18 Apr 2022 21:04:35 +0900 Subject: [PATCH] Enable running slow tests on Windows in CI (#12761) --- .github/workflows/ci_test-slow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test-slow.yml b/.github/workflows/ci_test-slow.yml index 38b5a743dc..c3e1a41ae5 100644 --- a/.github/workflows/ci_test-slow.yml +++ b/.github/workflows/ci_test-slow.yml @@ -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"]