We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65b1fb5 + 1ecc253 commit e6aa9bbCopy full SHA for e6aa9bb
1 file changed
.github/actions/install-conda/action.yml
@@ -30,7 +30,7 @@ runs:
30
31
- name: Install dependencies
32
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"
+ 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"
34
35
- name: Download Cartopy Maps
36
if: ${{ inputs.need-cartopy == 'true' }}
0 commit comments