cache moar
All checks were successful
Run tests / build (3.13) (pull_request) Successful in 55s
Run tests / build (3.12) (pull_request) Successful in 57s

This commit is contained in:
Nick Pegg 2025-04-26 17:50:48 -07:00
parent 60e25be996
commit bae1eb9f97

View file

@ -22,8 +22,10 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: | path: |
**/.mypy_cache .mypy_cache
.ruff_cache
~/.cache/pypoetry ~/.cache/pypoetry
~/.cache/pip
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }} key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
restore-keys: | restore-keys: |
${{ runner.os }}-poetry-${{ matrix.python-version }}- ${{ runner.os }}-poetry-${{ matrix.python-version }}-
@ -37,7 +39,3 @@ jobs:
run: make dev run: make dev
- name: Run tests - name: Run tests
run: make ci run: make ci
- name: list dir
run: |
ls -al
find ~