diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index caad7e4..33b0500 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,10 +9,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.9 - - uses: actions/cache@v3 - with: - path: ~/.cache/pip - key: pip-${{ hashFiles('dev-requirements.txt') }} # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir - name: Fix permissions