Skip to content

Commit

Permalink
Ignore HDF error about version inconsistency
Browse files Browse the repository at this point in the history
Used HDF header / library versions from PyPI packages are inconsistent
on Windows. Nothing we can do about it, therefore disabled error by
setting HDF5_DISABLE_VERSION_CHECK=1.
  • Loading branch information
olemke committed Sep 16, 2022
1 parent 90f233e commit 4d1af14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
- name: Test (Windows)
if: runner.os == 'Windows'
run: |
$Env:HDF5_DISABLE_VERSION_CHECK = 1
$Env:TYPHONTESTFILES = Join-Path $pwd "typhon-testfiles"
pytest --pyargs typhon

0 comments on commit 4d1af14

Please sign in to comment.