diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d793b19..a474c2f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.10' - cache: pip - shell: bash run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash - - shell: bash