We should create and configure Python venvs that read the in-repo python_bindings/requirements.txt as part of the normal build flow. This will make setting up new workers more robust and not add much in execution time because pip / venv does sane binary caching. It will also let us upgrade our existing dependencies and add new ones easily.
We should create and configure Python venvs that read the in-repo
python_bindings/requirements.txtas part of the normal build flow. This will make setting up new workers more robust and not add much in execution time because pip / venv does sane binary caching. It will also let us upgrade our existing dependencies and add new ones easily.