Skip to content

Commit

Permalink
Try environment hack one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 20, 2023
1 parent c9377f7 commit 69645a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- name: Update environment
run: mamba env update -n test-environment -f continuous_integration/environment.yaml
if: steps.cache.outputs.cache-hit != 'true'
- name: Update environment - libnetcdf
run: mamba install -y -n test-environment libnetcdf=4.9.2=nompi_h5902ca5_107
if: runner.os == 'Windows'

- name: Install unstable dependencies
if: matrix.experimental == true
Expand Down
1 change: 0 additions & 1 deletion continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies:
- coverage
- codecov
- behave
- libnetcdf=4.9.2=nompi_h5902ca5_107 # [win]
- netcdf4
- h5py
- h5netcdf
Expand Down

0 comments on commit 69645a3

Please sign in to comment.