Adding faketty for Github Actions

This commit is contained in:
Miroslav Stampar
2021-09-29 17:00:24 +02:00
parent 94706bd7fc
commit 353a6251dd
4 changed files with 5 additions and 7 deletions

View File

@@ -13,6 +13,8 @@ jobs:
python-version: [ '2.x', '3.x', 'pypy-2.7', 'pypy-3.6', 'pypy-3.7' ]
steps:
- uses: actions/checkout@v2
- name: faketty
uses: Yuri6037/Action-FakeTTY@v1.1
- name: Set up Python
uses: actions/setup-python@v2
with: