Skip to content

Commit

Permalink
Merge pull request #2587 from pytroll/ci-remove-netcdf-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Oct 4, 2023
2 parents 89ebe00 + c6454b5 commit 666dcaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ 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

0 comments on commit 666dcaa

Please sign in to comment.