Add missing PYTHONPATH to test run step

Likely the cause for modules not being found
This commit is contained in:
Antti Kettunen 2026-04-19 20:45:36 +03:00
parent 32e2281b9c
commit c72619596c
No known key found for this signature in database
GPG key ID: C6B2A3D250359BD7

View file

@ -25,4 +25,6 @@ jobs:
run: python -m compileall api core database services scripts web_server.py wsgi.py beatport_unified_scraper.py
- name: Run tests
run: pytest
env:
PYTHONPATH: ${{ github.workspace }}
run: python -m pytest