mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
[CI] Add typing extension package to pytest run for pytthon 3.9
This commit is contained in:
parent
01982568f0
commit
9389ad67c9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pytest.yml
vendored
1
.github/workflows/pytest.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
||||||
pip install pytest-cov
|
pip install pytest-cov
|
||||||
pip install pytest-benchmark
|
pip install pytest-benchmark
|
||||||
pip install hypothesis
|
pip install hypothesis
|
||||||
|
pip install typing_extensions
|
||||||
pip freeze
|
pip freeze
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue