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