Skip to content

Commit d7ac4fc

Browse files
committed
Install unixodbc
1 parent f1ee4d2 commit d7ac4fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/common_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
- 3306:3306
8282

8383
steps:
84+
85+
- name: Install unixodbc
86+
if: matrix.py_db_module == 'pyodbc'
87+
run: sudo apt-get update && sudo apt-get install -y unixodbc
88+
8489
- name: Install ODBC driver for PostgreSQL
8590
if: matrix.py_db_module == 'pyodbc'
8691
run: |

0 commit comments

Comments
 (0)