add-install-from-req (#109)

This commit is contained in:
Matt Romano 2025-04-22 08:13:50 -07:00 committed by GitHub
parent fa39ae81f7
commit fd9ed94175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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