Update ci.yml

Added typing_extensions to fix windows ci
This commit is contained in:
Eric Froemling 2020-05-22 16:40:39 -07:00 committed by GitHub
parent d95da1e439
commit d2ec793625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install pytest typing_extensions
- name: Run tests
run: python tools/snippets pytest -v tests