Skip to content

Commit

Permalink
We're removing appveyor in favor of Github actions, but bump hdf5 ver…
Browse files Browse the repository at this point in the history
…sion due to changes in Unidata#2888
  • Loading branch information
WardF committed Mar 13, 2024
1 parent b90e884 commit 5ab1c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platform:
branches:
except:
# - /.*[.]dmh/
- /.*[.]wif/
# - /.*[.]wif/

# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true
Expand All @@ -26,7 +26,7 @@ install:
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
- cmd: conda update conda
- cmd: conda install hdf5=1.8.18 curl hdf4
- cmd: conda install hdf5=1.10.11 curl hdf4

configuration: Release

Expand Down

0 comments on commit 5ab1c91

Please sign in to comment.