Skip to content

Commit 324a409

Browse files
authored
Update actions/setup-python to use pyproject.toml (#2020)
1 parent 6b9e4fc commit 324a409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
4747
with:
48-
python-version: "3.12.6"
48+
python-version-file: "pyproject.toml"
4949
cache: "poetry"
5050

5151
- name: Validate lockfile

0 commit comments

Comments
 (0)