File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ commands:
24
24
name : Test core
25
25
command : |
26
26
. venv/bin/activate
27
- pytest tests/test_core
27
+ python -m pytest tests/test_core
28
28
no_output_timeout : 20m
29
29
30
30
test_optional :
@@ -56,19 +56,19 @@ commands:
56
56
name : Test core
57
57
command : |
58
58
source .venv/bin/activate
59
- pytest tests/test_core
59
+ python -m pytest tests/test_core
60
60
no_output_timeout : 20m
61
61
- run :
62
62
name : Test optional
63
63
command : |
64
64
source .venv/bin/activate
65
- pytest tests/test_optional
65
+ python -m pytest tests/test_optional
66
66
no_output_timeout : 40m
67
67
- run :
68
68
name : Test utils
69
69
command : |
70
70
source .venv/bin/activate
71
- pytest tests/test_plotly_utils/
71
+ python -m pytest tests/test_plotly_utils/
72
72
no_output_timeout : 20m
73
73
- run :
74
74
name : Test io
You can’t perform that action at this time.
0 commit comments