diff --git a/.github/workflows/ci-cuda12.yml b/.github/workflows/ci-cuda12.yml index cea93e9..30a8f3a 100644 --- a/.github/workflows/ci-cuda12.yml +++ b/.github/workflows/ci-cuda12.yml @@ -24,7 +24,7 @@ jobs: # Latest supported versions (with CUDA) - name: Linux (CUDA 12, Python 3.11, PyTorch 2.1) enable_cuda: true - cuda: "12.*" + cuda: "12" gcc: "11.*" python: "3.11.*" torchani: "2.2.*"