diff --git a/.github/workflows/molecule-test.yml b/.github/workflows/molecule-test.yml index 7d5da9a..bfafbca 100644 --- a/.github/workflows/molecule-test.yml +++ b/.github/workflows/molecule-test.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies run: | - pip install ansible molecule molecule-plugins[podman] + pip install ansible molecule molecule-plugins[podman] pytest pytest-testinfra - name: Run molecule test run: | molecule test