summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-05-12 15:15:34 +0300
committermattip <matti.picus@gmail.com>2020-05-12 17:06:51 +0300
commitc9422ffb532fba0c0717bde07649de8e2a021c10 (patch)
tree25dff33c0bfb40d9a3a6c9d20ab02f1a28557f72 /azure-pipelines.yml
parente66453568b685dee47d6e6e634b3a47edffcaeed (diff)
downloadnumpy-c9422ffb532fba0c0717bde07649de8e2a021c10.tar.gz
ENH: backport scipy changes to openblas download script
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7b23fef61..564f5d8e8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -40,7 +40,6 @@ stages:
/bin/bash -xc "cd numpy && \
/opt/python/cp38-cp38/bin/python -mvenv venv &&\
source venv/bin/activate && \
- python3 -m pip install urllib3 && \
target=\$(python3 tools/openblas_support.py) && \
cp -r \$target/lib/* /usr/lib && \
cp \$target/include/* /usr/include && \
@@ -122,7 +121,6 @@ stages:
# primarily on file size / name details
- script: |
set -xe
- python -m pip install urllib3
target=$(python tools/openblas_support.py)
ls -lR $target
# manually link to appropriate system paths