From c776b9bdab889a44cb456d70f6e2c9d5c1ab694d Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 26 Apr 2024 07:08:33 +1200 Subject: [PATCH] =?UTF-8?q?chore:=20Enable=20cache=20=20=F0=9F=91=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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