From 89cc89f203f4917b0a896cfbdbcecb4ed48c04ee Mon Sep 17 00:00:00 2001 From: Adoni5 Date: Tue, 10 Oct 2023 11:37:38 +0100 Subject: [PATCH] Add missing run command --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ce150c0..babf3f4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,7 +47,7 @@ jobs: python -m site python -m pip install -U pip setuptools wheel python -m pip install -e ".[tests]" - coverage -m pytest + coverage run -m pytest - name: Upload coverage data uses: actions/upload-artifact@v3 with: