Skip to content

Commit

Permalink
numpy on asan ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 13, 2023
1 parent ff4d0a6 commit d2e2264
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis/asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ set -ex

TARGET=$(rustc -vV | sed -n 's|host: ||p')

if [ -n "$GITHUB_ACTIONS" ]
then
pip install numpy
fi

rustup toolchain add nightly
rustup component add rust-src --toolchain nightly-$TARGET

Expand Down

0 comments on commit d2e2264

Please sign in to comment.