Skip to content

Commit

Permalink
Build wheel for python 3.7 in onnx dev test
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Dec 20, 2021
1 parent 2b67fc1 commit acc7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ onnx:
# Build wheel
docker run --rm -v $(pwd):/github/workspace --workdir /github/workspace --entrypoint bash \
quay.io/pypa/manylinux2010_x86_64 .github/workflows/manylinux/entrypoint.sh 3.6 manylinux2010_x86_64 pull_request
quay.io/pypa/manylinux2010_x86_64 .github/workflows/manylinux/entrypoint.sh 3.7 manylinux2010_x86_64 pull_request
# Install wheel
pip install dist/*manylinux2010_x86_64.whl
Expand Down

0 comments on commit acc7266

Please sign in to comment.