Add docker as pip dependency

This commit is contained in:
2021-05-02 18:06:31 +12:00
parent c642bf56e2
commit 7a70a95a8f

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install molecule['docker']
pip install molecule['docker'] docker
- name: Test with molecule
run: |
molecule test --all