Skip to content

Commit

Permalink
use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Dec 8, 2024
1 parent 3c1ffcb commit e58d582
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
python-version: ${{ matrix.python_version }}
allow-prereleases: true
- run: pip install .
- uses: actions/cache@v4
name: cache installers
with:
path: /tmp/cibw-tmp
key: ${{ matrix.os }}-installers

- name: run cpython setup
shell: bash
run: |
Expand Down

0 comments on commit e58d582

Please sign in to comment.