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 7f5498d commit 26ae9abCopy full SHA for 26ae9ab
.github/workflows/tests.yml
@@ -55,6 +55,9 @@ jobs:
55
uses: actions/setup-python@v2
56
with:
57
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
61
- name: Install package and dependencies
62
run: pip install invoke .[test]
63
- name: invoke pytest
0 commit comments