more current caching.

This commit is contained in:
Dan 2022-11-09 22:19:33 -05:00
parent 78eee9f75f
commit 566f066f6b
1 changed files with 2 additions and 2 deletions

View File

@ -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