Skip to content

Commit c3e8748

Browse files
committed
Install more stuff for pypy.
1 parent 036ca65 commit c3e8748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ jobs:
13761376
if: >
13771377
matrix.pypy
13781378
run: >
1379-
sudo apt-get install terminfo
1379+
sudo apt-get install terminfo libtinfo6 libncursesw6
13801380
- name: install dependencies
13811381
run: |
13821382
python -mpip install --progress-bar=off -r ci/requirements.txt

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

Lines changed: 1 addition & 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
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

0 commit comments

Comments
 (0)