diff options
author | mattip <matti.picus@gmail.com> | 2019-11-06 13:00:27 -0700 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-11-06 13:00:27 -0700 |
commit | 596d5e613c0dfce3d053e3eec79fc39e9627d015 (patch) | |
tree | ea566556a023d2142308ce13683be6b75621f731 | |
parent | 1f8fb2ca31a7f41a23c60e4ffcb38b3e0cb201f7 (diff) | |
download | numpy-596d5e613c0dfce3d053e3eec79fc39e9627d015.tar.gz |
BLD: add 'apt update' to shippable
-rw-r--r-- | shippable.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index af3cfaa04..b5ce17751 100644 --- a/shippable.yml +++ b/shippable.yml @@ -22,6 +22,7 @@ runtime: build: ci: # install dependencies + - sudo apt-get update - sudo apt-get install gcc gfortran - target=$(python tools/openblas_support.py) - sudo cp -r "${target}"/64/lib/* /usr/lib |