diff --git a/bin/_common_setup.sh b/bin/_common_setup.sh index feff0bd..70d4d4b 100644 --- a/bin/_common_setup.sh +++ b/bin/_common_setup.sh @@ -15,7 +15,3 @@ else fi # Source the environment variables from the metrics setup script source "${CURRENT_DIR}/setup_prometheus.sh" $PROMETHEUS_MULTIPROC_DIR - -echo "installing dependencies with 'poetry install -vv'..." -poetry install -vv -poetry env info