From df1066f778a19081e1fef6c5191d42ee93c6aa0d Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Thu, 2 Nov 2023 19:42:20 +0000 Subject: [PATCH] Debugging. --- .github/workflows/ci_build_scm_ubuntu_22.04.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_build_scm_ubuntu_22.04.yml b/.github/workflows/ci_build_scm_ubuntu_22.04.yml index 66f2c93f4..c85976739 100644 --- a/.github/workflows/ci_build_scm_ubuntu_22.04.yml +++ b/.github/workflows/ci_build_scm_ubuntu_22.04.yml @@ -9,9 +9,12 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - fortran-compiler: [gfortran-10, gfortran-11, gfortran-12] - build-type: [Release, Debug] - py-version: [3.7.13, 3.9.12] +# fortran-compiler: [gfortran-10, gfortran-11, gfortran-12] + fortran-compiler: [gfortran-12] +# build-type: [Release, Debug] + build-type: [Debug] +# py-version: [3.7.13, 3.9.12] + py-version: [3.7.13] # Environmental variables env: @@ -139,7 +142,6 @@ jobs: - name: Install NetCDF C library run: | - sudo apt-get update sudo apt-get install libnetcdf-dev - name: Cache NetCDF Fortran library