diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c468832e..9036cea0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,10 +20,11 @@ jobs: - uses: actions/checkout@v4 - name: Install uv and set the python version - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v6 with: python-version: ${{ matrix.python-version }} enable-cache: true + activate-environment: true - name: Install nox run: uv tool install nox