Skip to content

Commit

Permalink
extended 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 17, 2023
1 parent 00dc25d commit daecc4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-nc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit daecc4e

Please sign in to comment.