We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2196327 commit 9297f0cCopy full SHA for 9297f0c
.github/workflows/build.yml
@@ -71,8 +71,8 @@ jobs:
71
run: |
72
export PYTHONUSERBASE=${HOME}/.local
73
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
+ PYTHONPATH=${GITHUB_WORKSPACE}/src python -m pytest --cov=mrmat_python_api_fastapi
+ PYTHONPATH=${GITHUB_WORKSPACE}/src python -m build --wheel -n
76
77
- name: Upload test results
78
uses: actions/upload-artifact@v4
0 commit comments