We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4ef38 commit 2fa4ebeCopy full SHA for 2fa4ebe
.github/workflows/main.yml
@@ -72,6 +72,8 @@ jobs:
72
73
- name: Install
74
run: |
75
+ apt-get update
76
+ apt-get install -y mariadb-client-10.6
77
python setup.py develop
78
pip install -e .
79
pip install -r requirements_test.txt
0 commit comments