Add missing optional dep
This commit is contained in:
parent
7063a9f922
commit
8fc636dae3
|
@ -101,7 +101,7 @@ jobs:
|
|||
$PY get-pip.py --user
|
||||
fi
|
||||
|
||||
$PY -m pip install --user 'coverage' codecov
|
||||
$PY -m pip install --user 'coverage[toml]' codecov
|
||||
|
||||
coverage combine
|
||||
codecov
|
||||
|
|
Loading…
Reference in New Issue