Skip to content

Commit c9f12db

Browse files
committed
Update test.yml
1 parent 57dfe3a commit c9f12db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Run pytest
7373
shell: bash
74-
run: python -m pytest tests
74+
run: python -m pytest
7575

7676
pytest:
7777
name: Run pytest
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Run pytest
112112
shell: bash
113-
run: python -m pytest tests
113+
run: python -m pytest
114114

115115
- name: Statistics
116116
run: |

0 commit comments

Comments
 (0)