Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 13, 2023
1 parent f0879be commit ead2b48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ PLAT="x86_64" source wheels/multibuild/library_builders.sh
if [ -z "$IS_MACOS" ]; then
export MB_ML_LIBC=$(echo $AUDITWHEEL_PLAT | cut -f 1 -d _)
export MB_ML_VER="_"$(echo $AUDITWHEEL_PLAT | cut -f 2- -d _)
echo "torch"
echo $AUDITWHEEL_PLAT
echo $MB_ML_LIBC
echo $MB_ML_VER
python3 -c "import platform;print(platform.libc_ver())"
exit 1
source wheels/multibuild/manylinux_utils.sh
fi

Expand Down

0 comments on commit ead2b48

Please sign in to comment.