We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e36a35 commit 5abf350Copy full SHA for 5abf350
Makefile
@@ -230,7 +230,7 @@ deps-peru: $(PERU_CONFIG) ## Installs dependencies from Peru
230
@echo "$(COLOR_GREEN)All Peru modules sync'd!$(COLOR_RESET)"
231
232
.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)
+deps-ci: poetry-install $(DEPS_TASKS_IF_PERU_CONFIG) ## Install CI check and test dependencies (assumes Python & Poetry already present in env)
234
@echo "$(COLOR_GREEN)All CI dependencies installed!$(COLOR_RESET)"
235
236
.PHONY: install-python
0 commit comments