Skip to content

Commit

Permalink
remove bash
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Oct 24, 2023
1 parent b2f63bd commit 80eb7e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
- "*.latest"
- "releases/*"
pull_request_target:
types:
- opened
- synchronize
- labeled
workflow_dispatch:
inputs:
dbt-core-branch:
Expand Down Expand Up @@ -231,7 +235,6 @@ jobs:
- name: Configure ODBC
if: ${{ matrix.test != 'spark-databricks-http' }}
shell: bash
run: |
apt-get update && apt-get install -y --no-install-recommends \
g++ \
Expand Down

0 comments on commit 80eb7e4

Please sign in to comment.