Skip to content

Commit

Permalink
fix darwin dep on numpy for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupoumeyrolsonos committed Sep 7, 2023
1 parent 24e3c4c commit 68719b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/onnx-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68719b3

Please sign in to comment.