diff --git a/.travis/onnx-tests.sh b/.travis/onnx-tests.sh index 40b09585c6..39a951fd36 100755 --- a/.travis/onnx-tests.sh +++ b/.travis/onnx-tests.sh @@ -15,7 +15,8 @@ rustc --version if [ `uname` = "Darwin" ] then brew install coreutils -elif [ -n "$GITHUB_ACTIONS" ] +fi +if [ -n "$GITHUB_ACTIONS" ] then pip install numpy fi