ci: match the environment with internal ones for pyink/isort/unittest

Previously submitted change is causing [Pyink error](https://github.com/google/adk-python/actions/runs/21884351396/job/63176122118) in repo because Pyink recently updated to 25.12.0.

Co-authored-by: Liang Wu <wuliang@google.com>
PiperOrigin-RevId: 868806575
This commit is contained in:
Liang Wu
2026-02-11 13:01:32 -08:00
committed by Copybara-Service
parent 758d337c76
commit 61c329f8ce
55 changed files with 147 additions and 54 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
python-version: '3.11'
- name: Install isort
run: |