Skip to content

Commit

Permalink
update dev-requirements.txt to point to dbt-core main
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jan 4, 2024
1 parent fbd0ad8 commit d2c8088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# install latest changes in dbt-core
# TODO: how to automate switching from develop to version branches?
git+https://github.com/dbt-labs/dbt-core.git@feature/decouple-adapters-from-core#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git@feature/decouple-adapters-from-core#egg=dbt-tests-adapter&subdirectory=tests/adapter
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
# if version 1.x or greater -> pin to major version
# if version 0.x -> pin to minor
black~=23.12
Expand Down

0 comments on commit d2c8088

Please sign in to comment.