diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00a27bf..402b449 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.10' - #cache: 'pip' # caching pip dependencies + cache: 'pip' # caching pip dependencies - name: Ensure requirements are installed run: pip install -r requirements.txt - name: Lint with ansible-lint @@ -43,7 +43,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.10' - #cache: 'pip' # caching pip dependencies + cache: 'pip' # caching pip dependencies - name: Ensure requirements are installed run: pip install -r requirements.txt