Skip to content

Commit

Permalink
Exit early while we wait for pip to get fixed upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 7, 2022
1 parent be44d16 commit fea23df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ jobs:
# https://github.com/pytest-dev/pytest-cov/issues/168#issuecomment-327533847
# https://github.com/pytest-dev/pytest-cov/issues/243
run: |
poetry run pytest --cov-config=pyproject.toml --cov=./ --cov-report=xml
poetry run pytest --exitfirst --cov-config=pyproject.toml --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.0

Expand Down

0 comments on commit fea23df

Please sign in to comment.