Skip to content

Commit 77bde1e

Browse files
committed
Get rid of minor version
1 parent d6b3527 commit 77bde1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fix_conda_ubuntu_libstdcxx() {
5252
#
5353
# PyTorch sev: https://github.com/pytorch/pytorch/issues/105248
5454
# Ref: https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_conda.sh
55-
if grep -e "2[02].04.[5623]" /etc/issue >/dev/null; then
55+
if grep -e "2[02].04." /etc/issue >/dev/null; then
5656
rm "/opt/conda/envs/py_${PYTHON_VERSION}/lib/libstdc++.so.6"
5757
fi
5858
}

0 commit comments

Comments
 (0)