From 6c5274691375f291588cc6368dbc7b263010e68c Mon Sep 17 00:00:00 2001 From: Jean-Marc Fontaine Date: Wed, 1 May 2024 15:50:32 -0400 Subject: [PATCH] Remove Nox caching --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 774ca9c..fa23f13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,10 +23,5 @@ jobs: pipx install nox poetry pipx inject nox nox-poetry pipx inject poetry poetry-plugin-export - - name: Restore nox cache - uses: actions/cache@v4 - with: - key: nox-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.nox_sessions }}-${{ hashFiles('poetry.lock') }}-${{ hashFiles('noxfile.py') }} - path: .nox - name: Run ${{ matrix.nox_sessions }} nox session run: nox -rs ${{ matrix.nox_sessions }}-${{ matrix.python-version }}