Skip to content

Commit f595465

Browse files
authored
Update install_base.sh
1 parent 3fb1500 commit f595465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ install_centos() {
124124

125125
ccache_deps="asciidoc docbook-dtds docbook-style-xsl libxslt"
126126
numpy_deps="gcc-gfortran"
127-
yum install -y \
127+
yum install -y $ALLOW_ERASE \
128128
$ccache_deps \
129129
$numpy_deps \
130130
autoconf \

0 commit comments

Comments
 (0)