From 5824c89ee4a858d01808423e7ccc67a87542d177 Mon Sep 17 00:00:00 2001 From: Yuwei Fu Date: Sun, 4 May 2025 07:59:41 -0700 Subject: [PATCH] Copybara import of the project: -- ec246aeee44156db8a94661b7e997cf2012f2e4e by Yuwei Fu : Fix install command for Zsh compatibility. Wrapped extras list in quotes to prevent Zsh from expanding it as a glob pattern. COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/520 from Imfuyuwei:main 6cd4ecc9216ea2f03c3fed43e37d18d1838cac05 PiperOrigin-RevId: 754625822 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e00f09d..4ab4a5d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,7 +119,7 @@ For any changes that impact user-facing documentation (guides, API reference, tu 3. **Install dependencies:** ```shell - uv pip install -e .[dev,test,extensions,eval] + uv sync --all-extras ``` 4. **Run unit tests:**