Skip to content

Commit

Permalink
Try to avoid NumPy 1.21.5 on ppc64le build
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jan 7, 2022
1 parent 1d569e6 commit d426309
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ matrix:
- python: 3.7
env:
- TOXENV=py37-test-deps
# NumPy 1.21.5 fails to compile: https://github.com/numpy/numpy/issues/20761
- TOX_OPTS="--force-dep numpy!=1.21.5"
- HDF5_VERSION=1.10.5
- HDF5_DIR=$HDF5_CACHE_DIR/$HDF5_VERSION
- H5PY_ENFORCE_COVERAGE=yes
Expand All @@ -39,6 +41,7 @@ matrix:
arch: arm64
env:
- TOXENV=py37-test-deps
- TOX_OPTS=""
- HDF5_VERSION=1.10.5
- HDF5_DIR=$HDF5_CACHE_DIR/$HDF5_VERSION
- H5PY_ENFORCE_COVERAGE=yes
Expand All @@ -58,7 +61,7 @@ install:

script:
- if [[ $CIBW_ARCHS == aarch64 ]]; then python3 -m cibuildwheel --output-dir wheelhouse; fi
- tox
- tox $TOX_OPTS

after_success:
- python ci/upload_coverage.py
Expand Down

0 comments on commit d426309

Please sign in to comment.