diff --git a/.github/workflows/python-pr.yaml b/.github/workflows/python-pr.yaml index 47e107a..8b819f2 100644 --- a/.github/workflows/python-pr.yaml +++ b/.github/workflows/python-pr.yaml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions + pip install tox tox-uv tox-gh-actions - name: Test with tox without uploading coverage run: tox diff --git a/.github/workflows/python-tox.yaml b/.github/workflows/python-tox.yaml index e8d7033..58db385 100644 --- a/.github/workflows/python-tox.yaml +++ b/.github/workflows/python-tox.yaml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions + pip install tox tox-uv tox-gh-actions - name: Test with tox and upload coverage results run: tox -- --codecov --codecov-token=${{ secrets.CODECOV_TOKEN }}