install for all python apps
This commit is contained in:
parent
ca28cc5170
commit
b6d83d9b9b
|
@ -2,8 +2,7 @@
|
|||
echo "::group::Install Python apps"
|
||||
pip3 install nose mock
|
||||
|
||||
pip3 install -e python_apps/airtime_analyzer/.
|
||||
pip3 install -e python_apps/airtime-celery/.
|
||||
pip3 install -e python_apps/api_clients/.
|
||||
pip3 install -e python_apps/pypo/.
|
||||
for app in `ls python_apps`; do
|
||||
pip3 install -e python_apps/$app
|
||||
done
|
||||
echo "::endgroup::"
|
||||
|
|
Loading…
Reference in New Issue