From 64d4fadbaee06931857f047f051dee4b9bce36b0 Mon Sep 17 00:00:00 2001 From: rusty1s Date: Thu, 15 Aug 2024 06:06:21 +0000 Subject: [PATCH] update --- .github/workflows/building-conda.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/building-conda.yml b/.github/workflows/building-conda.yml index 2774894..d393050 100644 --- a/.github/workflows/building-conda.yml +++ b/.github/workflows/building-conda.yml @@ -10,9 +10,7 @@ jobs: strategy: fail-fast: false matrix: - # We have trouble building for Windows - drop for now. - # os: [ubuntu-20.04, macos-14] # windows-2019 - os: [windows-2019] # windows-2019 + os: [ubuntu-20.04, macos-14, windows-2010] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] torch-version: [2.4.0] # [2.3.0, 2.4.0] cuda-version: ['cpu', 'cu118', 'cu121', 'cu124']