diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index f891ba0..8773001 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -29,10 +29,8 @@ jobs: uses: canonical/setup-lxd@v0.1.1 # https://github.com/canonical/setup-lxd with: channel: latest/stable -# - name: Setup Python pip setuptools wheel -# run: pip3 install --upgrade pip setuptools wheel - name: Setup Python modules - run: pip3 install PyYAML==5.3.1 yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker + run: pip3 install PyYAML==5.4.1 yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker - name: Run molecule run: molecule test --all working-directory: "${{ github.repository }}/${{ inputs.role-path }}"