Skip to content

Commit

Permalink
Install more stuff for pypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jul 3, 2024
1 parent 036ca65 commit c3e8748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ jobs:
if: >
matrix.pypy
run: >
sudo apt-get install terminfo
sudo apt-get install terminfo libtinfo6 libncursesw6
- name: install dependencies
run: |
python -mpip install --progress-bar=off -r ci/requirements.txt
Expand Down
2 changes: 1 addition & 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
sudo apt-get install terminfo libtinfo6 libncursesw6
- name: install dependencies
run: |
python -mpip install --progress-bar=off -r ci/requirements.txt
Expand Down

0 comments on commit c3e8748

Please sign in to comment.