diff --git a/update_s2s.sh b/update_s2s.sh index c73b285..2eec283 100755 --- a/update_s2s.sh +++ b/update_s2s.sh @@ -11,19 +11,20 @@ api_key=$7 export VERSION=$binaries # set the branch to pull the binaries from export IVY_KEY=$api_key -pip3 install -e kornia/ pip3 install -e ivy/ -cd ivy-integration-tests -pip3 install -r requirements.txt -pip3 install color-operations - if [ "$integration" = "transformers" ]; then pip3 install tf_keras pip3 install datasets pip3 install transformers +else + pip3 install -e kornia/ fi +cd ivy-integration-tests +pip3 install -r requirements.txt +pip3 install color-operations + # get the nightly binaries python << 'EOF' import ivy