Skip to content

Commit

Permalink
remove the ccache debug artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Oct 28, 2024
1 parent 9f10f60 commit 91aea36
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 91aea36

Please sign in to comment.