Skip to content

Commit e6252ac

Browse files
committed
[CI] ODBC check for PyODBC tests only
1 parent 37a15b2 commit e6252ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/common_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
MYSQL_DRIVER: mysql-connector-odbc-8.0.22-linux-glibc2.12-x86-64bit
116116

117117
- name: Check ODBC setup
118+
if: matrix.py_db_module == 'pyodbc'
118119
run: |
119120
echo "*** odbcinst -j"
120121
odbcinst -j

0 commit comments

Comments
 (0)