We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ff497 commit 250906aCopy full SHA for 250906a
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
71
run: |
72
# Be wary that this does not install typing_extensions in the future
73
- pip install coverage
+ pip install 'coverage[toml]'
74
75
- name: Test typing_extensions with coverage
76
0 commit comments