From daecc4ef4f6acb8bc96070228033d6bd2ed09ff8 Mon Sep 17 00:00:00 2001 From: mjreno Date: Fri, 17 Nov 2023 10:06:01 -0500 Subject: [PATCH] extended 20 --- .github/workflows/ci-nc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-nc.yml b/.github/workflows/ci-nc.yml index 508d2981a77..e9ede00bcad 100644 --- a/.github/workflows/ci-nc.yml +++ b/.github/workflows/ci-nc.yml @@ -148,15 +148,15 @@ jobs: uses: mamba-org/setup-micromamba@v1 with: environment-file: modflow6/environment.yml -# create-args: >- -# netcdf-fortran + create-args: >- + netcdf-fortran init-shell: >- bash powershell cache-environment: true cache-downloads: true - - name: Edit netcdf-fortran.pc + - name: Fix pc file and set PKG_CONFIG_PATH working-directory: modflow6 run: | if [ "$RUNNER_OS" == "Linux" ]; then @@ -189,7 +189,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} run: pytest -v --durations 0 get_exes.py - - name: Test netcdf build + - name: Confirm netcdf build working-directory: modflow6/autotest env: REPOS_PATH: ${{ github.workspace }}