Skip to content

Commit 431c26d

Browse files
committed
fix error in yaml
1 parent d0b3971 commit 431c26d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/python-app.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,4 @@ jobs:
4141
- name: Test with pytest
4242
run: |
4343
cd python
44-
pytest tests/
45-
46-
47-
48-
49-
- name: Run units tests
50-
run: |
51-
pip install pytest-xdist # in ci extras, but most not needed.
52-
pytest -n auto --durations 20 test/
44+
pytest tests

0 commit comments

Comments
 (0)