diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 5bacddf..51620c9 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -1389,6 +1389,7 @@ jobs: env: TOXPYTHON: '${{ matrix.toxpython }}' MANHOLE_TEST_TIMEOUT: 40 + TERM: xterm run: > tox -e ${{ matrix.tox_env }} -v finish: diff --git a/ci/templates/.github/workflows/github-actions.yml b/ci/templates/.github/workflows/github-actions.yml index 97b9f23..e0ba2e0 100644 --- a/ci/templates/.github/workflows/github-actions.yml +++ b/ci/templates/.github/workflows/github-actions.yml @@ -58,7 +58,7 @@ jobs: if: > matrix.pypy run: > - sudo apt-get install terminfo libtinfo6 libncursesw6 + sudo apt-get install terminfo libtinfo6 libncursesw6 - name: install dependencies run: | python -mpip install --progress-bar=off -r ci/requirements.txt @@ -71,6 +71,7 @@ jobs: env: TOXPYTHON: '{{ '${{ matrix.toxpython }}' }}' MANHOLE_TEST_TIMEOUT: 40 + TERM: xterm run: > tox -e {{ '${{ matrix.tox_env }}' }} -v finish: