Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Nov 2, 2023
1 parent 72b8e7b commit df1066f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci_build_scm_ubuntu_22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit df1066f

Please sign in to comment.