mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:26:44 +00:00
add requirements file (#137)
This commit is contained in:
parent
1a4f78ad75
commit
76d5ef0dd9
1
.github/workflows/dbt_run_adhoc.yml
vendored
1
.github/workflows/dbt_run_adhoc.yml
vendored
@ -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
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
dbt-snowflake~=1.4
|
||||
Loading…
Reference in New Issue
Block a user