1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django_example_ynh.git synced 2024-09-03 18:26:21 +02:00

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