Skip to content

Commit

Permalink
numpy needed for tflitec
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 3, 2023
1 parent b92467c commit 8fedcdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis/onnx-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 8fedcdd

Please sign in to comment.