Skip to content

Commit

Permalink
remove venv
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Nov 5, 2024
1 parent 050a420 commit 3aeb27a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,7 @@ jobs:
- name: Install Python and create virtual environment
run: |
sudo apt-get update
sudo apt install -y python3 && sudo apt-get install python3-venv
which python
which python3
python --version
python3 --version
python3 -m venv ova_env
source ova_env/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
sudo apt install -y python3
- name: Install Ansible
run: |
Expand Down

0 comments on commit 3aeb27a

Please sign in to comment.