Skip to content

Commit

Permalink
Update dbt-utils to [">=0.6.0", "<0.7.0"] (#14)
Browse files Browse the repository at this point in the history
* update dbt utils to range

* update dbt version
  • Loading branch information
tnightengale authored Jul 6, 2021
1 parent cd1cb2b commit 947fed1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
python-version: 3.8

- name: Install dbt 0.19.0
run: pip install dbt==0.19.0
- name: Install dbt
run: pip install -r requirements.txt

- name: Run and Test
env:
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.6.4
version: [">=0.6.0", "<0.7.0"]
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dbt==0.19.2

0 comments on commit 947fed1

Please sign in to comment.