kopia lustrzana https://github.com/bellingcat/auto-archiver
Use cache key that includes os version
rodzic
25f1f5dc93
commit
86f328515c
|
@ -36,6 +36,9 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'poetry'
|
||||
cache-dependency-path: |
|
||||
poetry.lock
|
||||
/etc/os-release
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install --no-interaction --with dev
|
||||
|
|
|
@ -40,6 +40,9 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'poetry'
|
||||
cache-dependency-path: |
|
||||
poetry.lock
|
||||
/etc/os-release
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install --no-interaction --with dev
|
||||
|
|
Ładowanie…
Reference in New Issue