tests: more specific caching

pull/57/head
Bryce 2 years ago committed by Bryce Drennan
parent 299687645b
commit 7e9b38dfa1

@ -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…
Cancel
Save