From 51f514b184cca59ac23b709de455e5bc9d16e443 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 15:13:18 -0500 Subject: [PATCH] workflow/pip: drop force_color on quiet install --- .github/workflows/ansible-lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 5f2cc2d..15e636a 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -26,8 +26,6 @@ jobs: FORCE_COLOR: '1' - run: pip install --quiet --no-compile --requirement .github/workflows/requirements.txt - env: - FORCE_COLOR: '1' - name: cache '.ansible' id: cache-collections