more env_path fixes

This commit is contained in:
Lucas Armand
2026-03-30 16:28:51 -07:00
parent 4c3120dbc5
commit fbe1dca6fa
+1 -1
View File
@@ -180,7 +180,7 @@ else
report_error_and_exit "Failed to source uv environment"
fi
fi
if ! source "$WORKSPACE_DIR/worker-env/bin/activate"; then
if ! source "$ENV_PATH/bin/activate"; then
report_error_and_exit "Failed to activate existing virtual environment"
fi
echo "environment activated"