Removing sudo

This commit is contained in:
Zachary Klosko 2020-11-30 21:03:07 -05:00
parent 977f5e9669
commit fc8b3df0ee
1 changed files with 6 additions and 6 deletions

View File

@ -19,11 +19,11 @@ jobs:
postgresql password: 'libretime'
- run: ENVIRONMENT=testing && LIBRETIME_LOG_DIR=/tmp/log/libretime
- run: psql -c 'ALTER USER libretime CREATEDB;' -U postgres
- run: sudo bash dev_tools/ci/install.sh
- run: sudo composer install
- run: sudo pip3 install -e python_apps/airtime_analyzer/.
- run: sudo pip3 install -e python_apps/airtime-celery/.
- run: sudo pip3 install -e python_apps/api_clients/.
- run: sudo pip3 install -e python_apps/pypo/.
- run: ./dev_tools/ci/install.sh
- run: composer install
- run: pip3 install -e python_apps/airtime_analyzer/.
- run: pip3 install -e python_apps/airtime-celery/.
- run: pip3 install -e python_apps/api_clients/.
- run: pip3 install -e python_apps/pypo/.
- run: nosetests python_apps/airtime_analyzer/.
- run: nosetests python_apps/api_clients/.