From 49a5dc13a7073db6cc0fc545c17c13cadcd70cdd Mon Sep 17 00:00:00 2001 From: toonn Date: Thu, 15 Jul 2021 19:54:14 +0200 Subject: Actions: Set TERM=dumb to avoid tput warnings --- .github/workflows/doctest.yml | 2 ++ .github/workflows/python.yml | 2 ++ 2 files changed, 4 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml index b8f37465..596cf4b1 100644 --- a/.github/workflows/doctest.yml +++ b/.github/workflows/doctest.yml @@ -13,6 +13,8 @@ jobs: max-parallel: 4 matrix: python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] + env: + TERM: dumb steps: - uses: actions/checkout@v1 with: diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3bb993ea..1033bf32 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -17,6 +17,8 @@ jobs: max-parallel: 4 matrix: python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + env: + TERM: dumb steps: - uses: actions/checkout@v1 with: -- cgit 1.4.1-2-gfad0