Remove cache
lint Details

`hashFiles` doesn't play nice with `act`
This commit is contained in:
Jake Howard 2023-04-10 16:44:14 +01:00
parent 513a14e595
commit 454d7f55af
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 0 additions and 4 deletions

View File

@ -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