Skip to content

Commit

Permalink
use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Oct 23, 2023
1 parent 31eceb5 commit fd54d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++ \
Expand Down

0 comments on commit fd54d7f

Please sign in to comment.