From 9c190fcbe9481ba9609ea72cdc442d2c19d84fc4 Mon Sep 17 00:00:00 2001 From: Matthew McKnight <91097623+McKnight-42@users.noreply.github.com> Date: Wed, 31 May 2023 16:29:23 -0500 Subject: [PATCH] remove unneeded install of core (#744) (#746) --- .github/workflows/integration.yml | 4 ---- .github/workflows/main.yml | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) 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