remove caching

This commit is contained in:
2025-07-25 09:45:24 +02:00
parent 38c2457500
commit f12cc466cc

View File

@@ -62,7 +62,7 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.11"
cache: "pip" # cache: "pip"
- name: Install dependencies - name: Install dependencies
run: | run: |