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