mirror of https://github.com/CIRCL/lookyloo
chg: Add cache in GHA
parent
45580f4823
commit
f62e7b4a19
|
@ -21,6 +21,7 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{matrix.python-version}}
|
python-version: ${{matrix.python-version}}
|
||||||
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install and setup redis
|
- name: Install and setup redis
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -20,6 +20,7 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{matrix.python-version}}
|
python-version: ${{matrix.python-version}}
|
||||||
|
cache: 'pip' # caching pip dependencies
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue