diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e0cdd9..de3f2f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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