ci: fix pip cache is not needed for make (#3331)

This commit is contained in:
dni ⚡
2025-08-22 16:04:01 +02:00
committed by GitHub
parent 8272147012
commit bc0087ec36

View File

@@ -21,7 +21,6 @@ runs:
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: "pip"
- name: Install uv
uses: astral-sh/setup-uv@v6