add requirements file (#137)

This commit is contained in:
Jack Forgash 2023-07-28 09:05:45 -06:00 committed by GitHub
parent 1a4f78ad75
commit 76d5ef0dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,6 @@ jobs:
python-version: "3.10"
cache: "pip"
- name: install dependencies
run: |
pip3 install dbt-snowflake==${{ vars.DBT_VERSION }} cli_passthrough requests click

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
dbt-snowflake~=1.4