We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6a22b commit 5326862Copy full SHA for 5326862
.github/workflows/python-package-conda.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Test with pytest
32
run: |
33
conda install pytest
34
- pytest GUI/TESTS.py
+ pytest GUI/TESTS/*.py
0 commit comments