Fix dependencies

This commit is contained in:
Phillip Kühne 2022-07-15 14:27:39 +02:00
parent fb9677dc88
commit 3527ba4fd9
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -27,6 +27,10 @@ jobs:
python -m venv venv python -m venv venv
source venv/bin/activate source venv/bin/activate
- name: Install mysql
run: sudo apt-get install -y mysql-server libmysqlclient-dev libmariadbclient-dev
- name: Install dependencies - name: Install dependencies
run: pip install -r backend/requirements.txt run: pip install -r backend/requirements.txt