From 11117906e46ff70c381cd8c9999d89ee372b7a19 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 be4ea8d..ac11d83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,10 +22,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 }}