one stupid space off in a damn yaml file.

This commit is contained in:
Dan 2022-11-09 22:23:56 -05:00
parent eb45a5aaa4
commit 6bcff72c4e
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ jobs:
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'
if: steps.cache-deps.outputs.cache-hit != 'true'
- run: poetry install --no-interaction
- run: poetry run pytest