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