Skip to content

Commit

Permalink
add deadsnake
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Jun 25, 2024
1 parent 40526a2 commit e27db77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/update_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ install_python() {

if ! command -v python${version} &> /dev/null; then
echo "Python ${version} not found. Installing..."
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y python${version}
else
Expand Down

0 comments on commit e27db77

Please sign in to comment.