Skip to content

Commit

Permalink
Fix CI break due to concurrent merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
areusch committed Jun 16, 2022
1 parent 7bfbc74 commit 31d5529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ apt-install-and-clear -y python-pip python-dev python3.6 python3.6-dev
rm -f /usr/bin/python3 && ln -s /usr/bin/python3.6 /usr/bin/python3

# python 3.7
apt-get install -y python3.7
apt-install-and-clear -y python3.7

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

0 comments on commit 31d5529

Please sign in to comment.