Skip to content

Commit 26ae9ab

Browse files
committed
exception install pywinpty on windows
1 parent 7f5498d commit 26ae9ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
uses: actions/setup-python@v2
5656
with:
5757
python-version: ${{ matrix.python-version }}
58+
- if: matrix.os == 'windows-latest' && matrix.python-version == 3.6
59+
name: Install dependencies - Windows with Python 3.6
60+
run: python -m pip install pywinpty==2.0.1
5861
- name: Install package and dependencies
5962
run: pip install invoke .[test]
6063
- name: invoke pytest

0 commit comments

Comments
 (0)