Skip to content

Commit

Permalink
ci: syntax error when calling uv install ... tox
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Mar 3, 2025
1 parent 773f6cf commit 8a7076f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a7076f

Please sign in to comment.