Not sure what PHP version is being used for each, but composer install works on both tests
6 lines
180 B
Bash
6 lines
180 B
Bash
#/bin/bash
|
|
|
|
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/. |