diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9a5b08c..a3ce8d80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: check-latest: true - name: Install Python requirements run: | - pip install --upgrade tox + pip install --upgrade tox tox-uv - name: Test run: tox env: diff --git a/pyproject.toml b/pyproject.toml index 52b1e2ce..34381404 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ testing = [ "ruff", "syrupy", "tox", + "tox-uv", "types-filelock", "types-requests", ]