[CI] Add typing extension package to pytest run for pytthon 3.9

This commit is contained in:
Fabian Joswig 2025-01-03 18:24:46 +01:00
parent 01982568f0
commit 9389ad67c9

View file

@ -40,6 +40,7 @@ jobs:
pip install pytest-cov
pip install pytest-benchmark
pip install hypothesis
pip install typing_extensions
pip freeze
- name: Run tests