diff options
author | mattip <matti.picus@gmail.com> | 2019-09-16 18:06:28 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-09-20 09:35:48 +0300 |
commit | cdf67fa06298ce7fd6ee909b7777dc77c0cfa49f (patch) | |
tree | 858fdad5037274e9ebcdaf677ebe707cf66b1f19 /azure-pipelines.yml | |
parent | 55df75a9402a8b3550eedc243bcf24c0b785c52b (diff) | |
download | numpy-cdf67fa06298ce7fd6ee909b7777dc77c0cfa49f.tar.gz |
MAINT: move the option to build_src, simplifies logic
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ab421ab21..a36f65faa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -94,7 +94,7 @@ jobs: displayName: 'Check for unreachable code paths in Python modules' # prefer usage of clang over gcc proper # to match likely scenario on many user mac machines - - script: python setup.py build --debug-configure -j 4 install + - script: python setup.py build -j 4 build_src -v install displayName: 'Build NumPy' env: BLAS: None |