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:
@@ -27,6 +27,8 @@ jobs:
|
||||
python -m pip install pytest
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
PYTHONPATH: ${{ github.workspace }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
. .venv/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user