From 83cee7c3ea50854a5da6ba8d1949ac497f5340f6 Mon Sep 17 00:00:00 2001 From: Suhun Han Date: Wed, 20 Nov 2024 21:29:26 +0900 Subject: [PATCH] fix(ci): use uv to run command --- .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 9e1a0f4..315f793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,4 +20,4 @@ jobs: - name: Install the project run: uv sync --all-extras --dev - name: Test with tox - run: tox + run: uv run tox