From aaeed45480e4294253644f2fd7a964159cd1faeb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 11 Jul 2022 10:37:50 +0200 Subject: ci: Remove TERM=ansi again Doesn't seem to actually work. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eee4b61e..2259b4057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,6 @@ jobs: bash download-actionlint.bash latest "$bindir" echo "$bindir" >> "$GITHUB_PATH" fi - export TERM=ansi # for colored pip output python -m pip install -U pip python -m pip install -U -r misc/requirements/requirements-tox.txt - name: "Run ${{ matrix.testenv }}" @@ -179,7 +178,6 @@ jobs: if: "startsWith(matrix.os, 'ubuntu-')" - name: Install dependencies run: | - export TERM=ansi # for colored pip output python -m pip install -U pip python -m pip install -U -r misc/requirements/requirements-tox.txt - name: "Run ${{ matrix.testenv }}" -- cgit v1.2.3-54-g00ecf