Update dbt.yml

use `input.python_version`
This commit is contained in:
Julius Remigio 2023-10-23 11:30:22 -07:00 committed by GitHub
parent 72d45581b9
commit 01e3e3d112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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