diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ea1b0af..0068890 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -23,7 +23,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - cache: 'pip' - name: Install the project run: uv sync --all-extras --dev