Skip to content

Commit

Permalink
Specify some term var (hopefully the `could not find terminfo databas…
Browse files Browse the repository at this point in the history
…e` issue goes away on pypy).
  • Loading branch information
ionelmc committed Jul 4, 2024
1 parent c3e8748 commit 415c297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1389,6 +1389,7 @@ jobs:
env:
TOXPYTHON: '${{ matrix.toxpython }}'
MANHOLE_TEST_TIMEOUT: 40
TERM: xterm
run: >
tox -e ${{ matrix.tox_env }} -v
finish:
Expand Down
3 changes: 2 additions & 1 deletion ci/templates/.github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -71,6 +71,7 @@ jobs:
env:
TOXPYTHON: '{{ '${{ matrix.toxpython }}' }}'
MANHOLE_TEST_TIMEOUT: 40
TERM: xterm
run: >
tox -e {{ '${{ matrix.tox_env }}' }} -v
finish:
Expand Down

0 comments on commit 415c297

Please sign in to comment.