diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7511637..b1888d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,11 +45,5 @@ jobs: - name: Build and install reticula run: python -m pip install .[test] -v - - name: Archive CCache debug files - uses: actions/upload-artifact@v4 - with: - name: ccache-debug - path: ${{ github.workspace }}/ccache-debug - - name: Run tests run: python -m pytest .