Skip to content

Commit f481f04

Browse files
committed
Fix pytest command
1 parent 7918766 commit f481f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Test with pytest
3232
run: |
3333
conda install pytest
34-
pytest --no-test-found-exit-code=0
34+
pytest --no-tests-found-exit-code=0

0 commit comments

Comments
 (0)