diff --git a/.travis/onnx-tests.sh b/.travis/onnx-tests.sh index 5e12d6a67f..5d7e9be5db 100755 --- a/.travis/onnx-tests.sh +++ b/.travis/onnx-tests.sh @@ -17,8 +17,7 @@ then brew install coreutils elif [ -n "$GITHUB_ACTIONS" ] then - # this seems to help with tflite / bindgen obscure bug - sudo apt-get install -y libclang-dev + pip install numpy fi # if [ `uname` = "Linux" -a -z "$TRAVIS" ]