From 04c853deb55046f222d5b8f888b12c911b87a6bc Mon Sep 17 00:00:00 2001 From: ismail simsek <6005685+ismailsimsek@users.noreply.github.com> Date: Sun, 7 Jul 2024 11:11:07 +0200 Subject: [PATCH] Add opendbt code and tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 08c8693..5b1364d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: |