You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: