From fd54d7f78ccc3b42ac12d7b3f95b99992996e606 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 23 Oct 2023 09:47:53 -0700 Subject: [PATCH] use single quotes --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 684bcfab5..a37744ca2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -233,7 +233,7 @@ jobs: ./.github/scripts/update_dbt_core_branch.sh ${{ inputs.dbt-core-branch }} - name: Configure ODBC - if: ${{ matrix.test != "spark-databricks-http" }} + if: ${{ matrix.test != 'spark-databricks-http' }} run: | apt-get update && apt-get install -y --no-install-recommends \ g++ \