diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 15e2dfc..cfb1850 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -30,7 +30,7 @@ jobs: with: channel: latest/stable - name: Setup Python pip setuptools wheel - run: pip3 install --upgrade pip setuptools + run: pip3 install --upgrade pip setuptools wheel - name: Setup Python modules run: pip3 install yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker - name: Run molecule