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

Commit 6495bef

Browse files
author
Claire Carroll
authored
Merge pull request #27 from fishtown-analytics/package-upper-limit
Place upper limit on logging package for 0.16.x compatibility
2 parents 8a51d37 + bbd814c commit 6495bef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
. venv/bin/activate
2626
2727
pip install --upgrade pip setuptools
28-
pip install dbt
28+
pip install dbt==0.16.1
2929
3030
mkdir -p ~/.dbt
3131
cp integration_tests/ci/sample.profiles.yml ~/.dbt/profiles.yml

packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packages:
22
- package: fishtown-analytics/dbt_utils
3-
version: '>=0.2.4'
3+
version: [">=0.2.4", "<0.4.0"]

0 commit comments

Comments
 (0)