Skip to content

Commit

Permalink
Small fix to E2E script (#873)
Browse files Browse the repository at this point in the history
* Updated jenkins E2E tests to use python 3.11

* Small fix to jenkins E2E script
  • Loading branch information
ramo-j authored May 24, 2024
1 parent dc642c3 commit a2d901f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/e2e/jenkins_dftimewolf_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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 python3.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 a2d901f

Please sign in to comment.