Skip to content

Commit

Permalink
Standardize pytest invocations
Browse files Browse the repository at this point in the history
Follow-up to 2821efb.
  • Loading branch information
jacobtylerwalls committed Aug 5, 2023
1 parent e6adaef commit f8c9478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
. venv/bin/activate
pip list | grep 'astroid\|pylint'
pytest -vv --minimal-messages-config tests/test_functional.py
python -m pytest -vv --minimal-messages-config tests/test_functional.py
- name: Upload coverage artifact
uses: actions/upload-artifact@v3.1.2
with:
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
run: |
. venv\\Scripts\\activate
pip list | grep 'astroid\|pylint'
pytest --durations=10 --benchmark-disable tests/
python -m pytest --durations=10 --benchmark-disable tests/
tests-macos:
name: run / ${{ matrix.python-version }} / macOS
Expand Down

0 comments on commit f8c9478

Please sign in to comment.