Skip to content

Commit

Permalink
Update actions/setup-python to use pyproject.toml (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun authored Feb 10, 2025
1 parent 6b9e4fc commit 324a409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version: "3.12.6"
python-version-file: "pyproject.toml"
cache: "poetry"

- name: Validate lockfile
Expand Down

0 comments on commit 324a409

Please sign in to comment.