Skip to content

Commit

Permalink
[CI] Add typing extension package to pytest run for pytthon 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Jan 3, 2025
1 parent 0198256 commit 9389ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9389ad6

Please sign in to comment.