Skip to content

Commit

Permalink
Add opendbt code and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Jul 7, 2024
1 parent 4749647 commit 1cb6cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
dbt-version: ${{ matrix.dbt-version }}
- name: Build & Install
run: |
pip install -q coverage pylint dbt-duckdb~=${{ matrix.dbt-version }}
pip install -q .
pip install -q coverage pylint dbt-duckdb~=${{ matrix.dbt-version }}
python --version
python -c "from dbt.version import get_installed_version as get_dbt_version;print(f'dbt version={get_dbt_version()}')"
python -m compileall -f opendbt setup.py
Expand Down

0 comments on commit 1cb6cd6

Please sign in to comment.