From 713747b1c0c82d7315249fe176cdd53912481bba Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 23 May 2024 12:09:03 -0400 Subject: [PATCH] ci: use uv on one of the action tests --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b60cbe87..7b851c62 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -31,6 +31,7 @@ jobs: ] steps: - uses: actions/checkout@v4 + - uses: yezz123/setup-uv@v4 - uses: ./ - run: nox --non-interactive --error-on-missing-interpreter --session github_actions_default_tests