8000 BLD: add 'apt update' to shippable · numpy/numpy@7fa27d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fa27d2

Browse files
mattipcharris
authored andcommitted
BLD: add 'apt update' to shippable
1 parent a8cf76a commit 7fa27d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shippable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ runtime:
2222
build:
2323
ci:
2424
# install dependencies
25+
- sudo apt-get update
2526
- sudo apt-get install gcc gfortran
2627
- target=$(python tools/openblas_support.py)
2728
- sudo cp -r "${target}"/64/lib/* /usr/lib

0 commit comments

Comments
 (0)
0