Skip to content

Commit

Permalink
[CI] ODBC check for PyODBC tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
amochin committed Oct 11, 2024
1 parent 37a15b2 commit e6252ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/common_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
MYSQL_DRIVER: mysql-connector-odbc-8.0.22-linux-glibc2.12-x86-64bit

- name: Check ODBC setup
if: matrix.py_db_module == 'pyodbc'
run: |
echo "*** odbcinst -j"
odbcinst -j
Expand Down

0 comments on commit e6252ac

Please sign in to comment.