From 6455036cc41143c4ebb39c9c2b601d175ce0d634 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Wed, 4 Mar 2026 19:53:29 -0500 Subject: [PATCH] Pin lint step to Python 3.11 --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8aebead..e483a3a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,6 +14,7 @@ jobs: uses: astral-sh/setup-uv@v7 with: activate-environment: true + python-version: 3.11 - name: Install dependencies run: uv sync --all-groups