Skip to content

Commit d17227c

Browse files
committed
Crafting an extra requirements.txt just for Azure
1 parent 6e08395 commit d17227c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
${PYTHONUSERBASE}/bin/pylint ${GITHUB_WORKSPACE}/mrmat_python_api_fastapi
7676
PYTHONPATH=${GITHUB_WORKSPACE} python -m pytest --cov=mrmat_python_api_fastapi
7777
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
7880
7981
- name: Upload test results
8082
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)