We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036ca65 commit c3e8748Copy full SHA for c3e8748
.github/workflows/github-actions.yml
@@ -1376,7 +1376,7 @@ jobs:
1376
if: >
1377
matrix.pypy
1378
run: >
1379
- sudo apt-get install terminfo
+ sudo apt-get install terminfo libtinfo6 libncursesw6
1380
- name: install dependencies
1381
run: |
1382
python -mpip install --progress-bar=off -r ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
0 commit comments