ray/release/ml_user_tests/train/driver_setup.sh
Kai Fricke 8a578c191f
[ci/release] Re-install anyscale package after local env setup (#24373)
The local environment setup of release tests (in client tests) can sometimes update dependencies of the `anyscale` package to an unsupported version. By re-installing the `anyscale` package after local env setup, we make sure that we can connect to the cluster. Note that this may lead to incompatibilities of the test script, however.
2022-05-01 16:51:55 +01:00

5 lines
81 B
Bash
Executable file

#!/bin/bash
cd "${0%/*}" || exit 1
pip install -U -r ./driver_requirements.txt