Skip to content

Commit 9297f0c

Browse files
committed
Updated build pipeline
1 parent 2196327 commit 9297f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
run: |
7272
export PYTHONUSERBASE=${HOME}/.local
7373
pip install --user -r requirements.txt -r requirements.dev.txt
74-
PYTHONPATH=${GITHUB_WORKSPACE} python -m pytest --cov=mrmat_python_api_fastapi
75-
PYTHONPATH=${GITHUB_WORKSPACE} python -m build --wheel -n
74+
PYTHONPATH=${GITHUB_WORKSPACE}/src python -m pytest --cov=mrmat_python_api_fastapi
75+
PYTHONPATH=${GITHUB_WORKSPACE}/src python -m build --wheel -n
7676
7777
- name: Upload test results
7878
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)