Skip to content

Commit

Permalink
poetry install: remove --no-ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Aug 24, 2023
1 parent c45f806 commit b555ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ POETRY_RUN := $(POETRY) run

.PHONY: poetry-install
poetry-install:
$(POETRY) install --no-ansi
$(POETRY) install

TEST_MANDOS := $(POETRY_RUN) mandos --definition-dir $(llvm_dir)/mandos-kompiled

Expand Down

0 comments on commit b555ccd

Please sign in to comment.