Skip to content

Commit

Permalink
fix: don't pull the binaries when running the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jan 4, 2025
1 parent 37cd6c5 commit 1b52529
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/shell/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ integration=$1
target=$2

export IVY_KEY=$3
export VERSION=testing-nightly
export DEBUG=0

pip3 install -r requirements/requirements.txt --upgrade
Expand All @@ -22,10 +21,4 @@ pip3 install transformers
pip3 install redis
pip3 install hypothesis

# get the nightly binaries
python << 'EOF'
import ivy
ivy.utils.cleanup_and_fetch_binaries()
EOF

pytest ivy_tests/test_integrations/test_$integration.py -p no:warnings --tb=short --target $target

0 comments on commit 1b52529

Please sign in to comment.