Skip to content

Commit

Permalink
Got rid of ccache as the temp files created by tox can't be cached.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 6, 2024
1 parent f718be0 commit 72653d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ jobs:
- name: Get latest CMake
uses: lukka/get-cmake@latest

- name: Get ccache
uses: hendrikmuhs/[email protected]

- name: Test with tox
run: |
export CMAKE_CXX_COMPILER_LAUNCHER=ccache
pip install tox
tox
Expand Down

0 comments on commit 72653d8

Please sign in to comment.