From da0fd466ed52e2b80e920565eb9b0963cccf4ccf Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 18 Jul 2023 09:53:41 +0200 Subject: [PATCH] TERM: "whatever" --- .github/workflows/test_install.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 10a91fab..781e6255 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -16,4 +16,6 @@ jobs: - run: pip install --upgrade pip - run: pwd - run: ls -hal - - run: echo "1\n" | ./install.sh + - env: + TERM: "whatever" + run: echo "1\n" | ./install.sh