Skip to content

Commit 415c297

Browse files
committed
Specify some term var (hopefully the could not find terminfo database issue goes away on pypy).
1 parent c3e8748 commit 415c297

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

ci/templates/.github/workflows/github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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
@@ -71,6 +71,7 @@ jobs:
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:

0 commit comments

Comments
 (0)