Skip to content

Commit ef693de

Browse files
authored
Update config.yml
1 parent 2ec5e59 commit ef693de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
137137
- run:
138138
name: Run tests
139-
command: pip3 install pytest && pytest tests
139+
command: pip3 install pytest && python3 -m pytest tests
140140

141141
- run:
142142
when: on_fail

0 commit comments

Comments
 (0)