From 4d71d1ec518eb579813c80d6d0167aff9e1b8736 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Thu, 7 Mar 2024 03:41:50 +0000 Subject: [PATCH] Update CI --- .github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml b/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml index c4e498cf2..5a1c4ebef 100644 --- a/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml +++ b/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: fortran-compiler: [nvfortran] - build-type: [Release, Debug] + build-type: [Release]#, Debug] enable-gpu-acc: [False, True] py-version: [3.7.13, 3.9.12]