Skip to content

Commit

Permalink
ci: try ccache
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed May 31, 2024
1 parent e76440f commit 0edb5ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:

- uses: yezz123/setup-uv@v4

- uses: hendrikmuhs/[email protected]
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"'

Expand Down

0 comments on commit 0edb5ae

Please sign in to comment.