diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 90e2782a8..142752b66 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -247,12 +247,12 @@ jobs: curl -OL "https://databricks.com/wp-content/uploads/drivers-2020/SimbaSparkODBC-2.6.16.1019-Debian-64bit.zip" \ unzip SimbaSparkODBC-2.6.16.1019-Debian-64bit.zip -d /tmp/ \ - && dpkg -i /tmp/SimbaSparkODBC-*/*.deb \ + && sudo dpkg -i /tmp/SimbaSparkODBC-*/*.deb \ && echo "[Simba]\nDriver = /opt/simba/spark/lib/64/libsparkodbc_sb64.so" >> /etc/odbcinst.ini \ && rm -rf /tmp \ - && dpkg -l | grep Simba # confirm that the driver is installed + && sudo dpkg -l | grep Simba # confirm that the driver is installed - ldd /opt/simba/spark/lib/64/libsparkodbc_sb64.so + sudo ldd /opt/simba/spark/lib/64/libsparkodbc_sb64.so echo "--------------------------------------------" odbcinst -j