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 5f46c20 commit 04c853d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Build & Install
run: |
python --version
python -m pip install coverage pylint pytest
python -m compileall -f opendbt setup.py
python setup.py -q install --user
python -m pip install coverage pylint
python -m compileall -f opendbt setup.py
- name: Test with Unittest
run: |
Expand Down

0 comments on commit 04c853d

Please sign in to comment.