Skip to content

Commit ec0590c

Browse files
committed
Fixed the file path to the wheel
1 parent b2d13c5 commit ec0590c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
PYTHONPATH=${GITHUB_WORKSPACE} python -m pytest --cov=mrmat_python_api_fastapi
7777
PYTHONPATH=${GITHUB_WORKSPACE} python -m build --wheel -n
7878
# 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
79+
echo "/tmp/zipdeploy/extracted/mrmat_python_api_fastapi-${MRMAT_VERSION}-py3-none-any.whl" > dist/requirements.txt
8080
8181
- name: Upload test results
8282
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)