Skip to content

Commit a74a175

Browse files
committed
Update code_quality.yaml
1 parent c9f4f6a commit a74a175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: pip install -r requirements.txt
5252

5353
- name: Testing
54-
run: pytest -v
54+
run: pytest -v ./tests
5555

5656
- name: Notify if failure
5757
if: ${{ failure() }}

0 commit comments

Comments
 (0)