From d7503b139b4df3e11547a65f90a4db0cc32151d4 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Sun, 19 Nov 2023 23:13:33 +0100 Subject: [PATCH] Fix CI --- .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 cb5a5e2..2dcace9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,4 +85,4 @@ jobs: - name: Test run: | - python -m pytest --cov=$PACKAGE --cov-report=html --cov-report=term + python -m pytest --cov=${PACKAGE} --cov-report=html --cov-report=term ${PACKAGE}