`hashFiles` doesn't play nice with `act`
This commit is contained in:
parent
513a14e595
commit
454d7f55af
1 changed files with 0 additions and 4 deletions
|
@ -9,10 +9,6 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
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
|
# HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir
|
||||||
- name: Fix permissions
|
- name: Fix permissions
|
||||||
|
|
Loading…
Reference in a new issue