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 2da065c commit 3897128
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,19 @@ jobs:
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
dbt-version: [ "1.6", "1.7", "1.8" ]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
dbt-version: ${{ matrix.dbt-version }}
- name: Build & Install
run: |
python --version
pip install dbt-core~=${{ matrix.dbt-version }}
python setup.py install
python -m pip install coverage pylint
python -m compileall -f opendbt setup.py
Expand Down

0 comments on commit 3897128

Please sign in to comment.