mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: Fix deploy to cloud run on Windows
Merge https://github.com/google/adk-python/pull/3536 - Closes: #1597 - Related: #3306 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/3536 from anrzeszutek:main ab9f6bfcd51b373934c0c03ef41c880ce224b31d PiperOrigin-RevId: 832441843
This commit is contained in:
committed by
Copybara-Service
parent
7c993b01d1
commit
29fea7ec1f
@@ -173,7 +173,7 @@ def test_to_cloud_run_happy_path(
|
||||
gcloud_args = run_recorder.get_last_call_args()[0]
|
||||
|
||||
expected_gcloud_command = [
|
||||
"gcloud",
|
||||
cli_deploy._GCLOUD_CMD,
|
||||
"run",
|
||||
"deploy",
|
||||
"svc",
|
||||
|
||||
Reference in New Issue
Block a user