Skip to content

Commit 94ca061

Browse files
committed
Fix typo in dbt-core install script
1 parent 056b0cb commit 94ca061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dbt_v1.10.15_snowflake_build_full_refresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dbt
4545
run: |
4646
python -m pip install --upgrade pip
47-
pip install dbt-core=${{ env.DBT_CORE_VERSION }} dbt-snowflake
47+
pip install dbt-core==${{ env.DBT_CORE_VERSION }} dbt-snowflake
4848
4949
- name: Install dbt dependencies
5050
working-directory: ${{ env.DBT_PROJECT_DIR }}

0 commit comments

Comments
 (0)