Speedup CI by cache "~/.cache/"

This commit is contained in:
JensDiemer 2022-08-23 17:48:05 +02:00
parent 71d31d565c
commit efa160ac1b

View file

@ -27,6 +27,11 @@ jobs:
with:
python-version: '${{ matrix.python-version }}'
- uses: actions/cache@v2
with:
path: ~/.cache/
key: dot-cache-files
- name: 'Install package'
run: |
pip3 install poetry