From c2ab1e99b45d5739cbc055fded3fac3b7a3194c3 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 20 Nov 2023 19:54:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Pass=20explicit=20`--no-color`?= =?UTF-8?q?=20to=20Pip=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This won't fix the original problem but is still useful to communicate the intent. And, maybe it'll be taken into account whenever the fixes arrive. --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 653bcfae..200a7812 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -189,6 +189,7 @@ jobs: --find-links=./dist --no-index yarl --force-reinstall + --no-color --no-deps --only-binary=:all: --dry-run