File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
ci/templates/.github/workflows Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1389,6 +1389,7 @@ jobs:
13891389 env :
13901390 TOXPYTHON : ' ${{ matrix.toxpython }}'
13911391 MANHOLE_TEST_TIMEOUT : 40
1392+ TERM : xterm
13921393 run : >
13931394 tox -e ${{ matrix.tox_env }} -v
13941395 finish :
Original file line number Diff line number Diff line change 5858 if : >
5959 matrix.pypy
6060 run : >
61- sudo apt-get install terminfo libtinfo6 libncursesw6
61+ sudo apt-get install terminfo libtinfo6 libncursesw6
6262 - name : install dependencies
6363 run : |
6464 python -mpip install --progress-bar=off -r ci/requirements.txt
7171 env :
7272 TOXPYTHON : ' {{ ' ${{ matrix.toxpython }}' }}'
7373 MANHOLE_TEST_TIMEOUT : 40
74+ TERM : xterm
7475 run : >
7576 tox -e {{ '${{ matrix.tox_env }}' }} -v
7677 finish :
You can’t perform that action at this time.
0 commit comments