Skip to content

Commit e6aa9bb

Browse files
authored
Merge pull request #4020 from dopplershift/pin-hdf5
CI: Pin to hdf5<2
2 parents 65b1fb5 + 1ecc253 commit e6aa9bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-conda/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030

3131
- name: Install dependencies
3232
shell: bash -l {0}
33-
run: micromamba install --yes --file ci-dev/${{ inputs.type }}_requirements.txt --file ci/extra_requirements.txt --file ci/requirements.txt "proj<9.8.0"
33+
run: micromamba install --yes --file ci-dev/${{ inputs.type }}_requirements.txt --file ci/extra_requirements.txt --file ci/requirements.txt "proj<9.8.0" "hdf5<2"
3434

3535
- name: Download Cartopy Maps
3636
if: ${{ inputs.need-cartopy == 'true' }}

0 commit comments

Comments
 (0)