update database images before running

This commit is contained in:
Matthias 2021-12-13 18:40:24 +01:00
parent 251fdeb69e
commit a2871ccb45
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -282,6 +282,7 @@ jobs:
cache: 'pip' cache: 'pip'
- name: Install Dependencies - name: Install Dependencies
run: | run: |
sudo apt-get update
sudo apt-get install mysql-server libmysqlclient-dev sudo apt-get install mysql-server libmysqlclient-dev
pip3 install invoke pip3 install invoke
pip3 install mysqlclient pip3 install mysqlclient