summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-07-11 10:37:50 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-07-11 10:37:50 +0200
commitaaeed45480e4294253644f2fd7a964159cd1faeb (patch)
tree4154cbc86837c2d620c06ce60eea6d95ff20cc66
parentdf9abc5c2376cdaf0a6cb61fbb79e2b0ed41b440 (diff)
downloadqutebrowser-aaeed45480e4294253644f2fd7a964159cd1faeb.tar.gz
qutebrowser-aaeed45480e4294253644f2fd7a964159cd1faeb.zip
ci: Remove TERM=ansi again
Doesn't seem to actually work.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 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 }}"