From b87843395273aabb4e867e780351f35b6d0c7b54 Mon Sep 17 00:00:00 2001 From: salvadorbrandolin Date: Tue, 26 Sep 2023 10:43:10 -0300 Subject: [PATCH] forgot to install ugropy --- .github/workflows/codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index ba03e1e..77c79af 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,6 +15,7 @@ jobs: run: | pip install pytest pip install pytest-cov + pip install . pytest tests/ --cov=ugropy/ --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v3