Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from fishtown-analytics/package-upper-limit
Browse files Browse the repository at this point in the history
Place upper limit on logging package for 0.16.x compatibility
  • Loading branch information
Claire Carroll authored Jun 15, 2020
2 parents 8a51d37 + bbd814c commit 6495bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
. venv/bin/activate
pip install --upgrade pip setuptools
pip install dbt
pip install dbt==0.16.1
mkdir -p ~/.dbt
cp integration_tests/ci/sample.profiles.yml ~/.dbt/profiles.yml
Expand Down
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: fishtown-analytics/dbt_utils
version: '>=0.2.4'
version: [">=0.2.4", "<0.4.0"]

0 comments on commit 6495bef

Please sign in to comment.