diff --git a/.github/workflows/dbt.yml b/.github/workflows/dbt.yml index a0998d2..96760af 100644 --- a/.github/workflows/dbt.yml +++ b/.github/workflows/dbt.yml @@ -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 \ No newline at end of file + target