diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d459390..616c89d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,9 +56,10 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 with: python-version: ${{ matrix.python }} + activate-environment: true - run: uv pip install tox tox-uv - run: tox -e ${{ matrix.tox }} if: ${{ ! matrix.coverage }}