diff options
author | mattip <matti.picus@gmail.com> | 2020-05-12 15:15:34 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-05-12 17:06:51 +0300 |
commit | c9422ffb532fba0c0717bde07649de8e2a021c10 (patch) | |
tree | 25dff33c0bfb40d9a3a6c9d20ab02f1a28557f72 /shippable.yml | |
parent | e66453568b685dee47d6e6e634b3a47edffcaeed (diff) | |
download | numpy-c9422ffb532fba0c0717bde07649de8e2a021c10.tar.gz |
ENH: backport scipy changes to openblas download script
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shippable.yml b/shippable.yml index 6985f38ef..dc3617e12 100644 --- a/shippable.yml +++ b/shippable.yml @@ -25,7 +25,6 @@ build: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test - sudo apt-get update - sudo apt-get install gcc gfortran libgfortran5 - - python -mpip install urllib3 - target=$(python tools/openblas_support.py) - ls -lR "${target}" - sudo cp -r "${target}"/lib/* /usr/lib |