From 81d1a56e0b3bf0b96d781768083fe9fb64e827bb Mon Sep 17 00:00:00 2001 From: Nathan Levesque Date: Fri, 7 Feb 2025 14:35:07 -0500 Subject: [PATCH] Update actions/setup-python to use pyproject.toml --- .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 5f08435ac3..c407e34cb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: - python-version: "3.12.6" + python-version-file: "pyproject.toml" cache: "poetry" - name: Validate lockfile