Skip to content

Commit 81c18ad

Browse files
authored
Merge pull request #429 from brooklyn-data/bugfix/fix-CI-lint-error
Bugfix/fix ci lint error
2 parents d42a0e2 + 39e2a23 commit 81c18ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_lint_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
architecture: "x64"
5151

5252
- name: Install Python packages
53-
run: python -m pip install dbt-snowflake~=1.8.0 sqlfluff-templater-dbt~=2.3.2
53+
run: python -m pip install dbt-snowflake~=1.8.0 sqlfluff-templater-dbt~=3.0.0
5454

5555
- name: Test database connection
5656
run: dbt debug

.github/workflows/main_lint_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
architecture: "x64"
4747

4848
- name: Install Python packages
49-
run: python -m pip install dbt-snowflake~=1.8.0 sqlfluff-templater-dbt~=2.3.2
49+
run: python -m pip install dbt-snowflake~=1.8.0 sqlfluff-templater-dbt~=3.0.0
5050

5151
- name: Test database connection
5252
run: dbt debug

0 commit comments

Comments
 (0)