Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Force dependency on specific core branch for CI
  • Loading branch information
b-per authored and jtcohen6 committed Feb 1, 2023
commit 33f27a37833d9b02921af0dea9e9223f00337aed
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#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
git+https://github.com/dbt-labs/dbt-core.git@dbt-constraints#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git@dbt-constraints#egg=dbt-tests-adapter&subdirectory=tests/adapter

black==22.8.0
click~=8.1.3
Expand Down