summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-12-24 02:17:03 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-12-24 02:17:03 +0200
commit7d5d4873a6b55e14f671464a2725b43eedb41276 (patch)
tree1e9db8a84e11c9cb831515c0eb824641172c0657
parentb3bf38a384c4ccc91fc92a89f1ee3fe973305abb (diff)
downloadwheel-git-7d5d4873a6b55e14f671464a2725b43eedb41276.tar.gz
Added missing toml extra to coverage install
-rw-r--r--.github/workflows/codeqa-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index 342b0f7..dacf7bf 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -59,7 +59,7 @@ jobs:
- name: Install the project
run: "pip install --no-binary=:all: ."
- name: Install test dependencies
- run: pip install .[test] coverage
+ run: pip install .[test] coverage[toml]
- name: Test with pytest
run: |
coverage run -m pytest -W always