diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c3e3be..2feb6f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: id: setup-python with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6 + - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 - run: uv sync --no-python-downloads shell: bash - run: uv run pytest