Skip to content

Commit

Permalink
FIXUP: Remove --no-ansi from poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Sep 30, 2024
1 parent 7c160e1 commit 510c169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |-
apt-get update
apt-get install -y git make python3 python3-poetry --no-install-recommends
poetry install --no-ansi --only lint,test
poetry install --only lint,test
- name: Run linters to enforce code style
run: poetry run make lint
- name: Check that the QA script is up to date with the docs
Expand Down

0 comments on commit 510c169

Please sign in to comment.