From 324a4094cbb6f94838c72533f71a73eafeba1ac2 Mon Sep 17 00:00:00 2001 From: Nathan Levesque Date: Mon, 10 Feb 2025 10:10:17 -0500 Subject: [PATCH] Update actions/setup-python to use pyproject.toml (#2020) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c5b7be36b..bdbe10be6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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