From 414cb28dc5c2a1890c075ffde4ad227057fb15a3 Mon Sep 17 00:00:00 2001 From: superjom Date: Tue, 12 Dec 2017 13:48:01 +0800 Subject: [PATCH] up --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 554d9e2b..4bc51495 100644 --- a/tests.sh +++ b/tests.sh @@ -1,7 +1,7 @@ #!/bin/bash set -ex -sudo pip install numpy -y +sudo pip install numpy #sudo apt-get install --only-upgrade cmake -y mkdir -p build cd build -- GitLab