diff --git a/.circleci/config.yml b/.circleci/config.yml index afb8e234..81c699c4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,13 +19,7 @@ jobs: python3 -m venv venv . venv/bin/activate - # Temporary fix for 0.11.0 bug -- 0.11.1 is yet unreleased - # TODO : Make this use latest from pip once 0.11.1 is out - git clone https://github.com/fishtown-analytics/dbt.git - cd dbt - git checkout dev/lucretia-mott - pip install -e . - cd .. + pip install dbt mkdir -p ~/.dbt cp integration_tests/ci/sample.profiles.yml ~/.dbt/profiles.yml