Turn on flake8 checks in molecule tests

This commit is contained in:
Will Thames
2020-06-09 19:24:37 +10:00
parent 510a069de9
commit 61c33724f3
2 changed files with 2 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Install molecule and openshift dependencies
run: pip install molecule yamllint openshift
run: pip install molecule yamllint openshift flake8
- name: Install ansible base (devel branch)
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check