install for all python apps

This commit is contained in:
Kyle Robbertze 2021-05-21 16:49:40 +02:00
parent ca28cc5170
commit b6d83d9b9b
1 changed files with 3 additions and 4 deletions

View File

@ -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::"