Skip to content

Commit 9ca9afd

Browse files
committed
[travis skip] idempotence
1 parent e0b5824 commit 9ca9afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: |
3333
sudo apt update
3434
sudo apt -y install python3-setuptools python3 python3-pip
35-
sudo pip3 install wheel
36-
sudo pip3 install molecule testinfra yamllint ansible-lint flake8 molecule-vagrant
35+
pip3 install wheel
36+
pip3 install ansible molecule testinfra yamllint ansible-lint flake8 molecule-vagrant
3737
3838
- name: molecule lint
3939
run: |

0 commit comments

Comments
 (0)