Skip to content

Commit 621cefb

Browse files
Use Makefile for dependency installation in dbt workflow
Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
1 parent 3432eb5 commit 621cefb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/dbt-integration-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232
enable-cache: true
3333

3434
- name: Install dependencies
35-
run: |
36-
cd sdk/python
37-
uv pip install --system -e "."
38-
uv pip install --system dbt-artifacts-parser pytest pytest-xdist
35+
run: make install-python-dependencies-ci
3936

4037
- name: Run dbt integration tests
4138
run: |

0 commit comments

Comments
 (0)