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:
7676 script : " python -m coverage run setup.py test"
7777 displayName : " Test mbed-os-tools"
7878 -
79- script : " python setup.py sdist && pip install dist/*"
79+ bash : " python setup.py sdist && pip install dist/*"
8080 displayName : " Install mbed-os-tools"
8181 -
82- script : " python setup.py sdist && pip install dist/*"
82+ bash : " python setup.py sdist && pip install dist/*"
8383 displayName : " Install mbed-ls"
8484 workingDirectory : " packages/mbed-ls"
8585 -
86- script : " python setup.py sdist && pip install dist/*"
86+ bash : " python setup.py sdist && pip install dist/*"
8787 displayName : " Install mbed-host-tests"
8888 workingDirectory : " packages/mbed-host-tests"
8989 -
90- script : " python setup.py sdist && pip install dist/*"
90+ bash : " python setup.py sdist && pip install dist/*"
9191 displayName : " Install mbed-greentea"
9292 workingDirectory : " packages/mbed-greentea"
9393 -
You can’t perform that action at this time.
0 commit comments