From f45644f9db477575d50d018af7579d38f8dd0050 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 4 Mar 2024 10:37:38 -0600 Subject: [PATCH] Add back wheels test job for Python 3.11, amd64, CUDA 12. --- .github/workflows/wheels-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels-test.yaml b/.github/workflows/wheels-test.yaml index 1c99ec0c..ad9f16c4 100644 --- a/.github/workflows/wheels-test.yaml +++ b/.github/workflows/wheels-test.yaml @@ -76,6 +76,7 @@ jobs: pull-request: # amd64 - { ARCH: 'amd64', PY_VER: '3.9', CUDA_VER: '12.2.2', LINUX_VER: 'ubuntu22.04', gpu: 'v100', driver: 'latest' } + - { ARCH: 'amd64', PY_VER: '3.11', CUDA_VER: '12.2.2', LINUX_VER: 'ubuntu22.04', gpu: 'v100', driver: 'latest' } # arm64 - { ARCH: 'arm64', PY_VER: '3.11', CUDA_VER: '11.8.0', LINUX_VER: 'ubuntu20.04', gpu: 'a100', driver: 'latest' } nightly: