Skip to content

Commit

Permalink
Tests create subflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Dec 17, 2024
1 parent 7c6ddd2 commit 7711e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-dbt-version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test DBT ${{ inputs.dbt-version }}
name: Build and Test DBT Version

on:
workflow_call:
Expand All @@ -22,7 +22,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
dbt-version: ${{ inputs.dbt-version }}
- name: Build & Install
- name: Build & Install DBT ${{ inputs.dbt-version }}
run: |
pip install -q coverage pylint
pip install -q dbt-core==${{ inputs.dbt-version }}.* dbt-duckdb==${{ inputs.dbt-version }}.* --force-reinstall --upgrade
Expand Down

0 comments on commit 7711e6d

Please sign in to comment.