Skip to content

Commit

Permalink
Fail fast in dev-install.sh when build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Feb 25, 2021
1 parent fc1296a commit 7efd651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
# This disables the mechanisms to find and install build dependencies, so you
# need to already have those (Cython, pkgconfig, numpy & optionally mpi4py) installed
# in the current environment.
set -e

H5PY_SETUP_REQUIRES=0 python3 setup.py build
python3 -m pip install . --no-build-isolation

0 comments on commit 7efd651

Please sign in to comment.