From 23dc86b4b18d0adb6fea33cb77f4417f008ac913 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Wed, 14 Feb 2024 22:31:59 +0100 Subject: [PATCH] adjust python unittest --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14e99a6..8149d60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,9 +37,7 @@ jobs: - name: Test python scripts working-directory: custom - env: - PYTHONPATH: custom/src - run: python -m unittest discover -t tests + run: PYTHONPATH=src python -m unittest discover -t tests - name: Set test tag variable as an output id: vars