Add missing PYTHONPATH to test run step

Likely the cause for modules not being found
pull/327/head
Antti Kettunen 4 weeks ago
parent 32e2281b9c
commit c72619596c
No known key found for this signature in database
GPG Key ID: C6B2A3D250359BD7

@ -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

Loading…
Cancel
Save