1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 21:04:01 +03:00

Set PYTHONPATH environment variable for test execution in workflows

This commit is contained in:
2026-03-18 18:05:17 +02:00
parent e38099698c
commit 7b6e0c094e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -27,6 +27,8 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
- name: Run tests
env:
PYTHONPATH: ${{ github.workspace }}
run: pytest
build: