more current caching.
This commit is contained in:
parent
78eee9f75f
commit
566f066f6b
|
@ -31,7 +31,7 @@ jobs:
|
|||
with:
|
||||
path: .venv
|
||||
key: pydeps-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
||||
- - run: poetry install --no-interaction --no-root
|
||||
- if: steps.cache-deps.outputs.cache-hit != 'true'
|
||||
- run: poetry install --no-interaction --no-root
|
||||
if: steps.cache-deps.outputs.cache-hit != 'true'
|
||||
- run: poetry install --no-interaction
|
||||
- run: poetry run pytest
|
||||
|
|
Loading…
Reference in New Issue