change molecule package install

This commit is contained in:
2021-05-02 18:02:33 +12:00
parent 05dfd85c1c
commit c642bf56e2

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']
- name: Test with molecule
run: |
molecule test --all