From ea5151ffcffddfcfb3dda74dbcbdb17dc2a025fb Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 15 Oct 2024 08:21:47 -0500 Subject: [PATCH] fix(ci): need to specify python version now --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54ef0ce86..e8374b582 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 + with: + python-version: "3.13" - uses: pre-commit/action@v3.0.1 with: extra_args: --hook-stage manual --all-files