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 9297f0c commit 61d3e31Copy full SHA for 61d3e31
.github/workflows/build.yml
@@ -73,6 +73,7 @@ jobs:
73
pip install --user -r requirements.txt -r requirements.dev.txt
74
PYTHONPATH=${GITHUB_WORKSPACE}/src python -m pytest --cov=mrmat_python_api_fastapi
75
PYTHONPATH=${GITHUB_WORKSPACE}/src python -m build --wheel -n
76
+ ls build
77
78
- name: Upload test results
79
uses: actions/upload-artifact@v4
0 commit comments