From 0f9a0a45eeb8ef0f806ef15e400f4c0261669d12 Mon Sep 17 00:00:00 2001 From: rusty1s Date: Fri, 11 Mar 2022 10:03:56 +0000 Subject: [PATCH] [ci skip] --- .github/workflows/building-conda.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/building-conda.yml b/.github/workflows/building-conda.yml index e4b08d5f..f3e4a339 100644 --- a/.github/workflows/building-conda.yml +++ b/.github/workflows/building-conda.yml @@ -10,12 +10,12 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019] + os: [ubuntu-18.04] # os: [ubuntu-18.04, macos-10.15, windows-2019] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.10'] + # python-version: ['3.7', '3.8', '3.9', '3.10'] torch-version: [1.10.0, 1.11.0] - cuda-version: ['cu115'] - # cuda-version: ['cpu', 'cu102', 'cu113', 'cu115'] + cuda-version: ['cpu', 'cu102', 'cu113', 'cu115'] exclude: - torch-version: 1.10.0 cuda-version: 'cu115'