From af9388495500fafa59d042126d77d0d6806a3286 Mon Sep 17 00:00:00 2001 From: kian Date: Wed, 31 Jan 2024 21:17:03 +0100 Subject: [PATCH] update tests --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 89504b6..05c1b5f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -39,7 +39,7 @@ jobs: run: pip install -r requirements.txt - name: Run tests - run: pytest + run: PYTHONPATH=. pytest release: runs-on: ubuntu-latest