Skip to content

Commit 8a42dc3

Browse files
Remove pytest testing step from workflow
Removed pytest testing step from the workflow.
1 parent 42ea19a commit 8a42dc3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
- name: Check code formatting with Ruff
3636
run: ruff format --diff --target-version=py39
3737
continue-on-error: true
38-
- name: Test with pytest
39-
run: |
40-
pip install .
41-
pip install pytest pytest-cov
42-
pytest tests/ --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
4338
- name: Build release distributions
4439
run: |
4540
python -m pip install build

0 commit comments

Comments
 (0)