Disable cache cause fuck actions
Some checks failed
/ test (push) Failing after 34s
/ deploy (push) Has been skipped

This commit is contained in:
lagertonne 2024-11-11 21:17:09 +01:00
parent c0d8069097
commit 76ab96a3c0

View file

@ -13,7 +13,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip'
- name: Install needed python modules
working-directory: core
run: cd core && pip install -r requirements.prod.txt