File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,18 +76,18 @@ jobs:
76
76
script : " python -m coverage run setup.py test"
77
77
displayName : " Test mbed-os-tools"
78
78
-
79
- script : " pip install . "
79
+ script : " python setup.py sdist && pip install dist/* "
80
80
displayName : " Install mbed-os-tools"
81
81
-
82
- script : ' pip install . && pip install -r test_requirements.txt '
82
+ script : ' python setup.py sdist && pip install dist/* '
83
83
displayName : ' Install mbed-ls'
84
84
workingDirectory : ' packages/mbed-ls'
85
85
-
86
- script : ' pip install . && pip install -r test_requirements.txt '
86
+ script : ' python setup.py sdist && pip install dist/* '
87
87
displayName : ' Install mbed-host-tests'
88
88
workingDirectory : ' packages/mbed-host-tests'
89
89
-
90
- script : ' pip install . && pip install -r test_requirements.txt '
90
+ script : ' python setup.py sdist && pip install dist/* '
91
91
displayName : ' Install mbed-greentea'
92
92
workingDirectory : ' packages/mbed-greentea'
93
93
-
You can’t perform that action at this time.
0 commit comments