Merge branch 'main' into pyworker-sdk

This commit is contained in:
Lucas Armand
2025-12-15 17:24:16 -08:00
8 changed files with 801 additions and 114 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ then
if ! uv venv --python-preference only-managed "$ENV_PATH" -p 3.10; then
report_error_and_exit "Failed to create virtual environment"
fi
if ! source "$ENV_PATH/bin/activate"; then
report_error_and_exit "Failed to activate virtual environment"
fi