Skip to content

Commit 250906a

Browse files
committed
Install toml extra for Python <3.11
1 parent 26ff497 commit 250906a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
7171
run: |
7272
# Be wary that this does not install typing_extensions in the future
73-
pip install coverage
73+
pip install 'coverage[toml]'
7474
7575
- name: Test typing_extensions with coverage
7676
if: ${{ !startsWith(matrix.python-version, 'pypy') }}

0 commit comments

Comments
 (0)