diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-07-16 17:41:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 17:41:40 +0300 |
commit | ea41c5e15d3ffc6bc6db84a1f684927286359fc3 (patch) | |
tree | 176a3ae8c1bf133cdc882ecc891941b4b0b0a819 | |
parent | 92665ab229a2426db33bcfaa65cd73493acbad95 (diff) | |
parent | a63c53046a375115c8f5cc2ccd9a784cb46ffa5a (diff) | |
download | numpy-ea41c5e15d3ffc6bc6db84a1f684927286359fc3.tar.gz |
Merge pull request #16882 from imba-tjd/patch-1
BLD: Remove unused pip install
-rw-r--r-- | azure-steps-windows.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-steps-windows.yml b/azure-steps-windows.yml index 118108b12..4c4e1d177 100644 --- a/azure-steps-windows.yml +++ b/azure-steps-windows.yml @@ -14,7 +14,6 @@ steps: # to $PYTHON_EXE's directory since that is on a different drive which # mingw does not like. Instead copy it to a directory and set OPENBLAS, # since OPENBLAS will be picked up by the openblas discovery - python -m pip install $target = $(python tools/openblas_support.py) mkdir openblas echo Copying $target to openblas/openblas$env:OPENBLAS_SUFFIX.a |