From 5b510b63bddd054008744b81c74008f233278a38 Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Fri, 20 Dec 2024 10:48:45 +0100 Subject: [PATCH] Remove cache from lint --- .github/workflows/test.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c4430a32e..b2372c2b4d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -125,20 +125,7 @@ jobs: 3.10 3.11 3.12 - - - name: Pip and nox cache - id: cache - uses: actions/cache@v4 - with: - path: | - ~/.cache - ~/.nox - .nox - key: - ${{ runner.os }}-nox-lint-${{ env.pythonLocation }}-${{ - hashFiles('**/poetry.lock') }}-${{ hashFiles('**/noxfile.py') }} - restore-keys: | - ${{ runner.os }}-nox-lint-${{ env.pythonLocation }} + 3.13 - run: pip install poetry nox nox-poetry uv - run: nox -r -t lint