Skip to content

Commit

Permalink
Install ansible explicitly in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
t2d committed Apr 1, 2021
1 parent f3e7025 commit 162ac81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible-lint molecule[docker] yamllint
run: pip3 install ansible ansible-lint molecule[docker] yamllint

- name: Run Molecule tests.
# run: molecule test -s docker
Expand Down

0 comments on commit 162ac81

Please sign in to comment.