diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 1c0057cb..d6b3a7d3 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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