Skip to content

Commit

Permalink
Update pr_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Oct 7, 2024
1 parent 2371020 commit 2850d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
- name: Install spark dependencies
run: |
pip install --upgrade pip wheel setuptools
pip install -Iv "dbt-core"==${{ matrix.dbt_version }}
pip install -Iv "dbt-${{ env.WAREHOUSE_PLATFORM }}[PyHive]"==1.8.0
pip install -Iv "dbt-core"==${{ matrix.dbt_version }}
echo "Installing Spark dependencies..."
echo version: ${{ matrix.dbt_version }}
dbt deps
Expand Down

0 comments on commit 2850d71

Please sign in to comment.