This commit is contained in:
Jack Forgash 2023-04-07 11:18:57 -06:00
parent 79ec973e11
commit 57f31077c2

View File

@ -36,7 +36,7 @@ jobs:
- name: install dependencies
run: |
pip install dbt-snowflake==${{ secrets.DBT_VERSION }}
pip install dbt-snowflake==${{ vars.DBT_VERSION }}
dbt deps
- name: checkout docs branch
run: |