From d2fc23620ef15ae6e6f72c0993d579a7f2ff740f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 7 Apr 2023 15:55:29 +0100 Subject: [PATCH] Remove cache --- .gitea/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 77a75b1..683bb94 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,10 +20,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.11 - - uses: actions/cache@v3 - with: - path: ~/.cache/pip - key: pip-${{ hashFiles('ansible/dev-requirements.txt') }} # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir - name: Fix permissions