Skip to content

Commit 5abf350

Browse files
committed
Install poetry deps since they would include peru, which is next
1 parent 6e36a35 commit 5abf350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ deps-peru: $(PERU_CONFIG) ## Installs dependencies from Peru
230230
@echo "$(COLOR_GREEN)All Peru modules sync'd!$(COLOR_RESET)"
231231

232232
.PHONY: deps-ci
233-
deps-ci: $(DEPS_TASKS_IF_PERU_CONFIG) poetry-install ## Install CI check and test dependencies (assumes Python & Poetry already present in env)
233+
deps-ci: poetry-install $(DEPS_TASKS_IF_PERU_CONFIG) ## Install CI check and test dependencies (assumes Python & Poetry already present in env)
234234
@echo "$(COLOR_GREEN)All CI dependencies installed!$(COLOR_RESET)"
235235

236236
.PHONY: install-python

0 commit comments

Comments
 (0)