Skip to content

Commit f9f0692

Browse files
committed
Remove pytest step
1 parent 09c3de0 commit f9f0692

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/python-package-conda.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@ jobs:
2828
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2929
# exit-zero treats all errors as warnings. The GitHeb editor is 127 chars wide
3030
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
31-
- name: Test with pytest
32-
run: |
33-
conda install pytest
34-
pytest --no-tests-found-exit-code=0

0 commit comments

Comments
 (0)