Skip to content

Commit af7dc6b

Browse files
committed
Git fix pipeline
1 parent 7253999 commit af7dc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4141
- name: Test with pytest
4242
run: |
43-
python -m pytest -n auto
43+
python -m pytest -k unit

0 commit comments

Comments
 (0)