sintonia/.github/scripts/python-pkg-install.sh

10 lines
260 B
Bash
Raw Normal View History

#/bin/bash
2021-05-21 16:22:50 +02:00
echo "::group::Install Python apps"
2021-05-21 15:45:05 +02:00
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/.
2021-05-21 15:41:06 +02:00
pip3 install -e python_apps/pypo/.
2021-05-21 16:22:50 +02:00
echo "::endgroup::"