Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 8c18d27

Browse files
committed
1 parent cbb45ca commit 8c18d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# install latest changes in dbt-core + dbt-postgres
22
# TODO: how to switch from HEAD to x.y.latest branches after minor releases?
3-
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
4-
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
5-
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-postgres&subdirectory=plugins/postgres
3+
git+https://github.com/dbt-labs/dbt-core.git@jerco/rev-dependency-pins#egg=dbt-core&subdirectory=core
4+
git+https://github.com/dbt-labs/dbt-core.git@jerco/rev-dependency-pins#egg=dbt-tests-adapter&subdirectory=tests/adapter
5+
git+https://github.com/dbt-labs/dbt-core.git@jerco/rev-dependency-pins#egg=dbt-postgres&subdirectory=plugins/postgres
66

77
# if version 1.x or greater -> pin to major version
88
# if version 0.x -> pin to minor

0 commit comments

Comments
 (0)