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 b2d13c5 commit ec0590cCopy full SHA for ec0590c
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
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 "/tmp/zipdeploy/extracted/mrmat_python_api_fastapi-${MRMAT_VERSION}.dev0-py3-none-any.whl" > dist/requirements.txt
+ echo "/tmp/zipdeploy/extracted/mrmat_python_api_fastapi-${MRMAT_VERSION}-py3-none-any.whl" > dist/requirements.txt
80
81
- name: Upload test results
82
uses: actions/upload-artifact@v2
0 commit comments