Skip to content

Commit 107dc38

Browse files
xuanyang15copybara-github
authored andcommitted
fix(ci): Resolve missing sqlalchemy error in adk_release_analyzer
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 928853791
1 parent 86254e3 commit 107dc38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/analyze-releases-for-adk-docs-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
python -m pip install --upgrade pip
48-
pip install requests google-adk
48+
pip install requests "google-adk[db]"
4949
5050
- name: Restore session DB from cache
5151
if: ${{ github.event.inputs.resume == 'true' }}

0 commit comments

Comments
 (0)