diff --git a/.github/workflows/test-with-tox.yaml b/.github/workflows/test-with-tox.yaml index 521e731..cfdd145 100644 --- a/.github/workflows/test-with-tox.yaml +++ b/.github/workflows/test-with-tox.yaml @@ -33,6 +33,8 @@ jobs: pip install tox tox-gh-actions - name: Test with tox run: tox + - name: Remove tox cache + run: rm -rf .tox - name: Prepare code coverage data if: matrix.platform == 'ubuntu-22.04' && matrix.python-version == 3.9 run: |