diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b386b2d..c6e531d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: astral-sh/setup-uv@v9.0.0 + - uses: astral-sh/setup-uv@v10.0.1 - run: cargo build -p diffler - run: uv run --with pexpect --with pyte --with pytest --with mcp pytest tests/e2e -x -q