diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 65020842f..4aa864cdf 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -155,10 +155,6 @@ jobs: python -m pip --version tox --version - - name: Install dbt-core latest - run: | - python -m pip install "git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core" - - name: Run tox (bigquery) if: matrix.adapter == 'bigquery' env: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d7e7e8c6..74659c7ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,9 +94,7 @@ jobs: python -m pip install tox python -m pip --version tox --version - - name: Install dbt-core latest - run: | - python -m pip install "git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core" + - name: Run tox run: tox