Add mysql_client to the controller

This commit is contained in:
Laurent Indermuehle 2023-01-03 15:13:49 +01:00
parent cd9f216319
commit 0cd57adbd2
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -143,6 +143,7 @@ jobs:
pre-test-cmd: >-
>&2 echo Setting Connector version to ${{ matrix.connector }}...;
sed -i 's/^python_packages:.*/python_packages: [${{ matrix.connector }}]/' ${{ env.connector_version_file }}
apt update && apt install --assume-yes mysql-client
target-python-version: ${{ matrix.python }}
testing-type: integration