We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7918766 commit f481f04Copy full SHA for f481f04
.github/workflows/python-package-conda.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Test with pytest
32
run: |
33
conda install pytest
34
- pytest --no-test-found-exit-code=0
+ pytest --no-tests-found-exit-code=0
0 commit comments