cache moar
This commit is contained in:
parent
60e25be996
commit
bae1eb9f97
1 changed files with 3 additions and 5 deletions
|
@ -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 ~
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue