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 73ba23a commit 773f6cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
uv pip install codecov
uv tool install \
--python-preference only-managed ${{ matrix.python }} \
tox --with tox-uv --with tox-gh
--with tox-uv \
--with tox-gh \
tox
- name: Install R
Expand Down

0 comments on commit 773f6cf

Please sign in to comment.