Skip to content

Commit 5f1c6b8

Browse files
fehiepsitensorflower-gardener
authored andcommitted
Make sure manylinux x86_x64 available in PyPI releases which we use to test TFP.
PiperOrigin-RevId: 473290478
1 parent d29b17e commit 5f1c6b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/dependency_install_lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ for release, release_info in package_data['releases'].items():
4949
5050
# Make sure there's a manylinux wheel file for given python_version.
5151
if not any(('manylinux' in wheel_info['filename'] and
52+
'x86_64' in wheel_info['filename'] and
5253
wheel_info['python_version'] in pypi_version_str)
5354
for wheel_info in release_info):
5455
continue

0 commit comments

Comments
 (0)