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 run: python -m pip install pyyaml
- name: Test python scripts - name: Test python scripts
run: | working-directory: custom
cd custom env:
python -m unittest PYTHONPATH: src/
cd .. run: python -m unittest
- name: Set test tag variable as an output - name: Set test tag variable as an output
id: vars id: vars

View File

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