Skip to content

Commit 6649ce1

Browse files
Copilotg3force
andcommitted
Read Python version from adk/pyproject.toml in copilot-setup-steps.yml
Co-authored-by: g3force <779094+g3force@users.noreply.github.com>
1 parent aa10221 commit 6649ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Python
2828
uses: 'actions/setup-python@v6'
2929
with:
30-
python-version: "3.14"
30+
python-version-file: "adk/pyproject.toml"
3131
pip-install: "pre-commit"
3232

3333
- name: Install dependencies

0 commit comments

Comments
 (0)