Skip to content

Commit

Permalink
removed --user parameter in ansible installation
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 15, 2024
1 parent 85dbacf commit eeddcc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Install Ansible
run: |
source test_wia_env/bin/activate
python3 -m pip install --user ansible-core==2.16
python3 -m pip install ansible-core==2.16
- name: Set up AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install Ansible
run: |
source test_wia_distributed_env/bin/activate
python3 -m pip install --user ansible-core==2.16
python3 -m pip install ansible-core==2.16
pip install pyyaml && ansible-galaxy collection install community.general
- name: Set up AWS credentials
Expand Down

0 comments on commit eeddcc7

Please sign in to comment.