Skip to content

Commit

Permalink
Add back y flag for poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed May 22, 2024
1 parent f4a6f1d commit cdfd467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make/base.make
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ conda-env-info: ## Print information about active Conda environment using <CONDA

.PHONY: _conda-poetry-install
_conda-poetry-install:
$(CONDA_TOOL) run -n $(CONDA_ENVIRONMENT) $(CONDA_TOOL) install -c conda-forge poetry==$(POETRY_VERSION); \
$(CONDA_TOOL) run -n $(CONDA_ENVIRONMENT) $(CONDA_TOOL) install -c conda-forge -y poetry; \



Expand Down

0 comments on commit cdfd467

Please sign in to comment.