Skip to content

Commit

Permalink
remove unneeded install of core (#744) (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 authored May 31, 2023
1 parent 95a1050 commit 9c190fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9c190fc

Please sign in to comment.