diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c86730d..945c28f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip - pip install tox + python -m pip install --upgrade uv tox tox-uv - name: Test with tox run: tox -e py - name: Run linters