Skip to content

Commit

Permalink
RM: removed run pytest job from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CavRiley committed Apr 2, 2024
1 parent e860819 commit d23f299
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: Run pre-commit hooks
run: pre-commit run --all-files

- name: Run tests
run: pytest

- name: Run coverage
run: |
coverage run --concurrency=multiprocessing --parallel-mode -m pytest tests # possibly remove --junitxml=tests/pytest.xml
Expand Down

0 comments on commit d23f299

Please sign in to comment.