update-docs-run-to-1.7 (#110)

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

View File

@ -35,10 +35,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: install dependencies
run: |
pip install -r requirements.txt
pip install dbt-snowflake==1.7.0
dbt deps
- name: checkout docs branch
run: |