diff options
author | mattip <matti.picus@gmail.com> | 2022-11-18 08:25:57 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-11-18 08:25:57 +0200 |
commit | b1dcf1eb9db5bdd954cf87d830418c4233f9e500 (patch) | |
tree | 86187a05910d4b4d516cb6479b7288e05b7d429e /azure-pipelines.yml | |
parent | 23328e78017ba6367617a9e92fb12ffdac04ab5d (diff) | |
download | numpy-b1dcf1eb9db5bdd954cf87d830418c4233f9e500.tar.gz |
do not explicitly set MACOSX_DEPLOYMENT_TARGET, disable test for now
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5048ee26f..aa1e8ae6a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -191,8 +191,6 @@ stages: LAPACK: None ATLAS: None CC: /usr/bin/clang - # Make sure this is no lower than the one in MacPython/openblaslibs - MACOSX_DEPLOYMENT_TARGET: 10.9 # wait until after dev build of NumPy to pip # install matplotlib to avoid pip install of older numpy |