chg: Add cache in GHA

pull/537/head
Raphaël Vinot 2022-10-09 21:19:48 +02:00
parent 45580f4823
commit f62e7b4a19
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{matrix.python-version}}
cache: 'pip'
- name: Install and setup redis
run: |

View File

@ -20,6 +20,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{matrix.python-version}}
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |