From 86e63365ce878a31a03000ac5ca5d4ca114eca1e Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 23 Apr 2024 22:51:46 +1200 Subject: [PATCH] =?UTF-8?q?fix:=20Disable=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be69f28..7616e30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10.14' - cache: 'pip' # caching pip dependencies + python-version: '3.10' + #cache: 'pip' # caching pip dependencies - name: Ensure requirements are installed run: pip install -r requirements.txt - name: Lint with ansible-lint @@ -39,8 +39,8 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '33.10.14' - cache: 'pip' # caching pip dependencies + python-version: '3.10' + #cache: 'pip' # caching pip dependencies - name: Ensure requirements are installed run: pip install -r requirements.txt