mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
tests: more specific caching
This commit is contained in:
parent
299687645b
commit
7e9b38dfa1
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -61,7 +61,11 @@ jobs:
|
||||
id: cache-model-files
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.cache
|
||||
path: |
|
||||
~/.cache/huggingface
|
||||
~/.cache/clip
|
||||
~/.cache/imaginairy
|
||||
~/.cache/torch
|
||||
key: ${{ steps.date.outputs.curmonth }}
|
||||
- name: Test with pytest
|
||||
timeout-minutes: 10
|
||||
|
Loading…
Reference in New Issue
Block a user