Skip to content

Commit 947fed1

Browse files
authored
Update dbt-utils to [">=0.6.0", "<0.7.0"] (#14)
* update dbt utils to range * update dbt version
1 parent cd1cb2b commit 947fed1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/integration_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
python-version: 3.8
2121

22-
- name: Install dbt 0.19.0
23-
run: pip install dbt==0.19.0
22+
- name: Install dbt
23+
run: pip install -r requirements.txt
2424

2525
- name: Run and Test
2626
env:

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.6.4
3+
version: [">=0.6.0", "<0.7.0"]

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dbt==0.19.2

0 commit comments

Comments
 (0)