Skip to content

Commit

Permalink
Try different dependency list for molecule.
Browse files Browse the repository at this point in the history
  • Loading branch information
deekayen committed Feb 11, 2021
1 parent bac4e4a commit 8d944a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible-lint[core] molecule[docker] docker flake8 pytest-testinfra
run: pip3 install molecule[docker,lint] docker pytest-testinfra

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

0 comments on commit 8d944a3

Please sign in to comment.