From 8a7076f6ff8d67d36312ba3ab451ada32921a2d4 Mon Sep 17 00:00:00 2001 From: deeenes Date: Mon, 3 Mar 2025 18:04:10 +0100 Subject: [PATCH] `ci`: syntax error when calling `uv install ... tox` --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de3f2f1..87ce423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,8 @@ jobs: uv sync --all-extras uv pip install codecov uv tool install \ - --python-preference only-managed ${{ matrix.python }} \ + --python-preference only-managed \ + --python ${{ matrix.python }} \ --with tox-uv \ --with tox-gh \ tox