Skip to content

Commit

Permalink
Try whether ccache decreases test times for Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Mar 20, 2024
1 parent 0583e5e commit 262fd49
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,9 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macOS-12, macOS-14]
standalone: [false, true]
float_dtype_32: [false, true]
standalone: [false]
float_dtype_32: [false]
python-version: ["${{ needs.get_python_versions.outputs.max-python }}"]
include:
- os: ubuntu-22.04
standalone: false
python-version: "${{ needs.get_python_versions.outputs.min-python }}"
float_dtype_32: false
- os: ubuntu-22.04
standalone: true
python-version: "${{ needs.get_python_versions.outputs.min-python }}"
float_dtype_32: false

defaults:
run:
Expand All @@ -75,6 +66,11 @@ jobs:
conda install --quiet --yes pip gsl
python -m pip install .[test] coverage
- name: ccache
uses: hendrikmuhs/[email protected]
with:
create-symlink: true

- name: Run Tests
run: |
cd $GITHUB_WORKSPACE/.. # move out of the workspace to avoid direct import
Expand Down

0 comments on commit 262fd49

Please sign in to comment.