From d890f5e2beef90ce62b3936cf39b11e159b06af3 Mon Sep 17 00:00:00 2001 From: Lingfei Wang Date: Thu, 7 Mar 2024 10:02:47 +0800 Subject: [PATCH] Removed install checks for CUDA 11.3 and 11.6 due to new disk limits for Github action --- .github/workflows/ci-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-install.yml b/.github/workflows/ci-install.yml index 02556d8..de662f4 100644 --- a/.github/workflows/ci-install.yml +++ b/.github/workflows/ci-install.yml @@ -184,7 +184,7 @@ jobs: strategy: matrix: python-version: ["3.9","3.10",""] - cuda-version: ["11.3","11.6","11.7",""] + cuda-version: ["11.7",""] steps: - name: Show version id: version