Skip to content

Commit

Permalink
use latest dbt
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Oct 1, 2018
1 parent 6a3e80c commit bf99805
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf99805

Please sign in to comment.