Skip to content

Commit

Permalink
Freeze dbt version for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Oct 4, 2024
1 parent e20adf2 commit 04634cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
- name: Install dependencies
run: |
pip install wheel setuptools
pip install -Iv pip install dbt-core>=1.8.0,<1.9.0
pip install -Iv dbt-${{ matrix.warehouse } --no-deps
pip install -Iv "dbt-core>=1.8.0,<1.9.0"
pip install -Iv dbt-${{ matrix.warehouse }} --no-deps
dbt deps
if: ${{matrix.warehouse != 'spark'}}

Expand Down

0 comments on commit 04634cb

Please sign in to comment.