Several smaller fixes to make adapters work

Also, reorganized the pattern of __init__ inside providers so
configuration can stay lightweight
This commit is contained in:
Ashwin Bharambe 2024-08-28 09:42:08 -07:00
parent 2a1552a5eb
commit 45987996c4
23 changed files with 164 additions and 160 deletions

View file

@ -69,7 +69,7 @@ ensure_conda_env_python310() {
conda create -n "${env_name}" python="${python_version}" -y
ENVNAME="${env_name}"
setup_cleanup_handlers
# setup_cleanup_handlers
fi
eval "$(conda shell.bash hook)"