From 0edb5aeb02ffe9ab8f872a7181384c612cefa89a Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 30 May 2024 20:51:23 -0400 Subject: [PATCH] ci: try ccache Signed-off-by: Henry Schreiner --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a882d140..ea04a738 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -80,6 +80,11 @@ jobs: - uses: yezz123/setup-uv@v4 + - uses: hendrikmuhs/ccache-action@v1.2 + with: + key: ${{ matrix.python-version }} + create-symlink: true + - name: Install python tools run: uv pip install --system -r dev-requirements.txt pytest-github-actions-annotate-failures 'numpy>=2.0.0b1; python_version>="3.9"'