Skip to content

Commit

Permalink
Remove py3.11 installation from jenkins (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramo-j authored Jun 7, 2024
1 parent c659150 commit e5e701d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/e2e/jenkins_dftimewolf_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ set -e

sudo add-apt-repository ppa:gift/dev -y
sudo apt-get update -qq
# Ubuntu 20.04 comes with python 3.8, we only support >= 3.11
sudo apt-get install -y python3.11
sudo apt-get install -y python3-pip
sudo apt-get install --reinstall python3-apt
python3 --version
Expand Down

0 comments on commit e5e701d

Please sign in to comment.