From 7d5d4873a6b55e14f671464a2725b43eedb41276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Fri, 24 Dec 2021 02:17:03 +0200 Subject: Added missing toml extra to coverage install --- .github/workflows/codeqa-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1