Skip to content

Commit

Permalink
dbt.include import issue for ci (dbt-labs#7383)
Browse files Browse the repository at this point in the history
* separating the installation of the two requirements files
  • Loading branch information
mikealfare authored Apr 18, 2023
1 parent a88f640 commit 121fa57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ CI_FLAGS =\
.PHONY: dev_req
dev_req: ## Installs dbt-* packages in develop mode along with only development dependencies.
@\
pip install -r dev-requirements.txt -r editable-requirements.txt
pip install -r dev-requirements.txt
pip install -r editable-requirements.txt

.PHONY: dev
dev: dev_req ## Installs dbt-* packages in develop mode along with development dependencies and pre-commit.
Expand Down

0 comments on commit 121fa57

Please sign in to comment.