Skip to content

Commit 7b0013b

Browse files
update dbt references
1 parent 27b3e50 commit 7b0013b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
5050
- name: Test DBT models
5151
run: |
52-
cd dbt_project
53-
dbt deps
54-
dbt compile
55-
dbt parse
52+
cd macro_agents
53+
uv run dbt deps --project-dir ../dbt_project
54+
uv run dbt compile --project-dir ../dbt_project
55+
uv run dbt parse --project-dir ../dbt_project
5656
5757
- name: Test with pytest
5858
run: |

0 commit comments

Comments
 (0)