Updated CI tests for pip dependencies; Changed styling in install-deps.sh

This commit is contained in:
Hunter Wittenborn 2021-08-28 20:12:35 -05:00
parent 85b1a05d01
commit eff7d478ab
3 changed files with 15 additions and 14 deletions

View file

@ -12,6 +12,7 @@ variables:
before_script:
- ./docker/scripts/install-deps.sh
- pip install -r requirements.txt
- useradd -U -d /aurweb -c 'AUR User' aur
- ./docker/mariadb-entrypoint.sh
- (cd '/usr' && /usr/bin/mysqld_safe --datadir='/var/lib/mysql') &