mirror of https://github.com/llvm/torch-mlir
Remove spurious pip in Release builds (#2172)
(left over from a previous commit that was approved and landed in a branch on accident)pull/2159/head
parent
0cdc03d8fe
commit
f5e0287aaa
|
@ -44,7 +44,6 @@ jobs:
|
||||||
- name: Build Python wheels and smoke test.
|
- name: Build Python wheels and smoke test.
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
python -m pip install wheel
|
|
||||||
TM_PACKAGE_VERSION=${{ github.event.inputs.python_package_version }}
|
TM_PACKAGE_VERSION=${{ github.event.inputs.python_package_version }}
|
||||||
printf "TORCH_MLIR_PYTHON_PACKAGE_VERSION=%s\n" $TM_PACKAGE_VERSION > ./torch_mlir_package_version
|
printf "TORCH_MLIR_PYTHON_PACKAGE_VERSION=%s\n" $TM_PACKAGE_VERSION > ./torch_mlir_package_version
|
||||||
TM_PYTHON_VERSIONS=${{ matrix.py_version }} TM_PACKAGES=${{ matrix.package }} ./build_tools/python_deploy/build_linux_packages.sh
|
TM_PYTHON_VERSIONS=${{ matrix.py_version }} TM_PACKAGES=${{ matrix.package }} ./build_tools/python_deploy/build_linux_packages.sh
|
||||||
|
|
Loading…
Reference in New Issue