Add missing optional dep

This commit is contained in:
Hynek Schlawack 2020-01-06 11:41:01 +01:00
parent 7063a9f922
commit 8fc636dae3
1 changed files with 1 additions and 1 deletions

View File

@ -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