Skip to content

Commit

Permalink
Removing sudo from virt env activation and adding a visible output
Browse files Browse the repository at this point in the history
  • Loading branch information
falcocer-ibm committed Feb 28, 2025
1 parent 7a6784d commit bd185c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get purge -y ansible
sudo apt-get install -y python3-setuptools python3-pip python3-venv
sudo python3 -m venv lintenv
sudo source lintenv/bin/activate
source lintenv/bin/activate && echo "Virtual environment activated"
# This pinned ansible version should match teuthology's
# requirements.txt.
# And we choose an ansible-lint version to be compatible with this
Expand Down

0 comments on commit bd185c7

Please sign in to comment.