We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2c52c commit d8ed395Copy full SHA for d8ed395
1 file changed
.github/workflows/ci.yml
@@ -47,14 +47,6 @@ jobs:
47
cd macro_agents
48
uv run dg check defs
49
50
- - name: Test DBT models
51
- env:
52
- DBT_TARGET: local
53
- run: |
54
- cd macro_agents
55
- uv run dbt deps --project-dir ../dbt_project --profiles-dir ../dbt_project
56
- uv run dbt compile --project-dir ../dbt_project --profiles-dir ../dbt_project
57
-
58
- name: Test with pytest
59
run: |
60
0 commit comments