Skip to content

Commit 31d5529

Browse files
committed
Fix CI break due to concurrent merge.
* #11470 and #11741.
1 parent 7bfbc74 commit 31d5529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/install/ubuntu_install_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ apt-install-and-clear -y python-pip python-dev python3.6 python3.6-dev
3636
rm -f /usr/bin/python3 && ln -s /usr/bin/python3.6 /usr/bin/python3
3737

3838
# python 3.7
39-
apt-get install -y python3.7
39+
apt-install-and-clear -y python3.7
4040

4141
# Install pip
4242
wget -q https://bootstrap.pypa.io/get-pip.py && python3.7 get-pip.py

0 commit comments

Comments
 (0)