diff --git a/scripts/shell/run_integration_tests.sh b/scripts/shell/run_integration_tests.sh index a89e8c191697..b59735708ce3 100755 --- a/scripts/shell/run_integration_tests.sh +++ b/scripts/shell/run_integration_tests.sh @@ -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 @@ -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