Fix CI builds (#2581)

This commit is contained in:
Raphael Michel
2022-04-08 17:50:48 +02:00
committed by GitHub
parent 3aeea82d2e
commit dcc1a93b72

View File

@@ -55,7 +55,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install system dependencies
run: sudo apt update && sudo apt install gettext mariadb-client
run: sudo apt update && sudo apt install gettext mariadb-client-10.3
- name: Install Python dependencies
run: pip3 install -e ".[dev]" mysqlclient psycopg2-binary
working-directory: ./src