We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
could not find terminfo database
1 parent c3e8748 commit 415c297Copy full SHA for 415c297
2 files changed
.github/workflows/github-actions.yml
@@ -1389,6 +1389,7 @@ jobs:
1389
env:
1390
TOXPYTHON: '${{ matrix.toxpython }}'
1391
MANHOLE_TEST_TIMEOUT: 40
1392
+ TERM: xterm
1393
run: >
1394
tox -e ${{ matrix.tox_env }} -v
1395
finish:
ci/templates/.github/workflows/github-actions.yml
@@ -58,7 +58,7 @@ jobs:
58
if: >
59
matrix.pypy
60
61
- sudo apt-get install terminfo libtinfo6 libncursesw6
+ sudo apt-get install terminfo libtinfo6 libncursesw6
62
- name: install dependencies
63
run: |
64
python -mpip install --progress-bar=off -r ci/requirements.txt
@@ -71,6 +71,7 @@ jobs:
71
72
TOXPYTHON: '{{ '${{ matrix.toxpython }}' }}'
73
74
75
76
tox -e {{ '${{ matrix.tox_env }}' }} -v
77
0 commit comments