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: |