Skip to content

Commit

Permalink
Fix indentation on actions/cache restore-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jaharkes committed Jul 26, 2024
1 parent 8aae1b3 commit 5b0a42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
with:
path: ${{ env.POETRY_CACHE_DIR }}
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
restore-keys: ${{ runner.os }}-poetry-${{ matrix.python-version }}
restore-keys: ${{ runner.os }}-poetry-${{ matrix.python-version }}
- name: Install project dependencies
run: poetry install --no-interaction
run: poetry install --sync --no-interaction
- name: Run tests
run: poetry run pytest -v tests/

0 comments on commit 5b0a42c

Please sign in to comment.