setup-python: disable caching, we have no checkout here

This commit is contained in:
Christoph Reiter
2024-12-23 14:33:14 +01:00
parent 3257bcf704
commit e192439423

View File

@@ -65,8 +65,6 @@ jobs:
id: setup-python
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: .github/workflows/generate-srcinfo.yml
- name: Install dependencies
run: |