Use suggested python path

This commit is contained in:
Balazs Perlaki-Horvath 2024-02-14 13:17:39 +01:00
parent 84fef1d5d6
commit 9ee1b0f34a
2 changed files with 4 additions and 6 deletions

View File

@ -36,10 +36,10 @@ jobs:
run: python -m pip install pyyaml
- name: Test python scripts
run: |
cd custom
python -m unittest
cd ..
working-directory: custom
env:
PYTHONPATH: src/
run: python -m unittest
- name: Set test tag variable as an output
id: vars

View File

@ -1,2 +0,0 @@
import sys
sys.path.insert(0, "src")