Commit b4a2fd1c authored by mattip's avatar mattip
Browse files

do not run yum test on manylinux_2_24

parent f97b3649
......@@ -3,8 +3,9 @@
source manylinux_utils.sh
source tests/utils.sh
suppress yum_install rsync && suppress yum erase -y rsync \
if [[ $MB_ML_VER != "_2_24" ]]; then
suppress yum_install rsync && suppress yum erase -y rsync \
|| ingest "yum_install valid"
suppress bash -c '! yum_install nonexistent' || ingest "yum_install nonexistent"
barf
\ No newline at end of file
suppress bash -c '! yum_install nonexistent' || ingest "yum_install nonexistent"
barf
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment