From b634791deac00445c4943415f4ec1a00534d64f9 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Tue, 29 Oct 2024 01:04:00 -0400 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9067fcf7..47b5989f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v3 + - run: uv python install - run: make lint - run: make fmt