From 54265b82d7bf10d3af4321828ad20066e6dbccbf Mon Sep 17 00:00:00 2001 From: Martin Fitzner Date: Tue, 2 Jul 2024 01:00:41 +0200 Subject: [PATCH] Remove tox caching --- .github/workflows/regular.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/regular.yml b/.github/workflows/regular.yml index 874d8f796..97e9fdfa1 100644 --- a/.github/workflows/regular.yml +++ b/.github/workflows/regular.yml @@ -145,10 +145,6 @@ jobs: id: setup-python with: python-version: ${{ matrix.py-version.semantic }} - - uses: actions/cache@v4 - with: - path: .tox/fulltest-${{ matrix.py-version.tox }} - key: fulltest-${{ matrix.py-version.tox }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }} - name: Run full tests run: | pip install tox-uv