diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b3c8668a..c7c1df87 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,8 +19,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.12 - cache: pip - cache-dependency-path: pyproject.toml - name: Install dependencies run: | python -m pip install --upgrade pip