Skip to content

Commit

Permalink
debug python
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Harbuz committed Mar 15, 2024
1 parent 6beb7b3 commit 554279e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,11 @@ with_python() {
echo "${linuxType}"
if [ "${platform_type}" == "Linux" ]; then
if [ "${linuxType}" = "ubuntu" ]; then
sudo apt-get update
sudo apt-get update -y
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt update
sudo apt upgrade
sudo apt update -y
sudo apt upgrade -y
sudo apt install -y python3.11 python3.11-venv
sudo apt install -y python3.11-apt
export PATH="/usr/bin/python3.11:${PATH}"
Expand Down

0 comments on commit 554279e

Please sign in to comment.