mirror of
https://github.com/FlipsideCrypto/analytics-workflow-templates.git
synced 2026-02-06 11:17:52 +00:00
Update dbt.yml
use `input.python_version`
This commit is contained in:
parent
72d45581b9
commit
01e3e3d112
4
.github/workflows/dbt.yml
vendored
4
.github/workflows/dbt.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: ${{ inputs.python_version }}
|
||||
cache: "pip"
|
||||
- name: install dependencies
|
||||
run: |
|
||||
@ -63,4 +63,4 @@ jobs:
|
||||
name: dbt-logs
|
||||
path: |
|
||||
logs
|
||||
target
|
||||
target
|
||||
|
||||
Loading…
Reference in New Issue
Block a user