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