Failures in venv setup or pip install will not fail in venv_setup.sh, and will instead lead to the deceptive error message "Failed to import a dependency. This is almost certainly because the task did not initialize the venv immediately after cloning the repository."
errexit is likely overridden somewhere in the chain of shell scripts, so we're just going to settle for || exit.