Fix CI dependency installation (#2376)

This commit is contained in:
Raphael Michel
2021-12-13 15:24:27 +01:00
committed by GitHub
parent f71877b7fc
commit 0dbedc07ce

View File

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