stubtest: fix on windows (#4455)

Co-authored-by: Akuli
This commit is contained in:
Shantanu
2020-08-17 14:55:58 -07:00
committed by GitHub
parent e9ecea0033
commit f23ce60668
3 changed files with 7 additions and 5 deletions

View File

@@ -24,4 +24,4 @@ jobs:
python -m pip install -U pip
pip install -U mypy==0.780
- name: Run stubtest
run: ./tests/stubtest_test.py --ignore-unused-whitelist
run: python tests/stubtest_test.py --ignore-unused-whitelist