Skip to content

Commit

Permalink
Always run poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmiclat committed Jun 3, 2022
1 parent 236d294 commit b9397f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
restore-keys: |
poetry-${{ hashFiles('**/poetry.lock') }}
- run: poetry install
if: steps.cache.outputs.cache-hit != 'true'
# Code cove with a min percentage
# - run: poetry run pytest --cov . --cov-fail-under=80 -n auto
- run: poetry run pytest --cov --cov-config=.coveragerc --cov-fail-under=80 -n auto

0 comments on commit b9397f5

Please sign in to comment.