Add missing PYTHONPATH to test run step
Likely the cause for modules not being found
This commit is contained in:
parent
32e2281b9c
commit
c72619596c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
|
@ -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…
Reference in a new issue