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 6e08395 commit d17227cCopy full SHA for d17227c
.github/workflows/build.yml
@@ -75,6 +75,8 @@ jobs:
75
${PYTHONUSERBASE}/bin/pylint ${GITHUB_WORKSPACE}/mrmat_python_api_fastapi
76
PYTHONPATH=${GITHUB_WORKSPACE} python -m pytest --cov=mrmat_python_api_fastapi
77
PYTHONPATH=${GITHUB_WORKSPACE} python -m build --wheel -n
78
+ # Hack to make Azure install our locally produced wheel
79
+ echo "./mrmat_python_api_fastapi-${MRMAT_VERSION}.dev0-py3-none-any.whl" > dist/requirements.txt
80
81
- name: Upload test results
82
uses: actions/upload-artifact@v2
0 commit comments