GitHub Actions: Don't rely on specific MariaDB client version

This commit is contained in:
Raphael Michel
2022-11-18 13:08:38 +01:00
parent a06a693c5c
commit 6b5436b71a
+1 -1
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-10.3
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