From b2f63bd09fb59ba9f751bc425f81242afeef8bd6 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 24 Oct 2023 14:37:41 -0700 Subject: [PATCH] try running odbcinst -j --- .github/workflows/integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d1829197b..f3368d11a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -250,7 +250,8 @@ jobs: && dpkg -l | grep Simba # confirm that the driver is installed ldd /opt/simba/spark/lib/64/libsparkodbc_sb64.so - + echo "--------------------------------------------" + odbcinst -j - name: Run tox for Spark ${{ matrix.test }} run: tox -e integration-${{ matrix.test }}