install for all python apps
This commit is contained in:
parent
ca28cc5170
commit
b6d83d9b9b
1 changed files with 3 additions and 4 deletions
7
.github/scripts/python-pkg-install.sh
vendored
7
.github/scripts/python-pkg-install.sh
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue