diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5183deb..c009e95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.x" + cache: "pip" - name: Install ansible and molecule run: >