diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 852c32a..ea425a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Install the latest version of uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: Install tox run: uv tool install --python-preference only-managed --python ${{ matrix.env }} tox --with tox-uv - name: Run test suite