From bc0087ec365c51811c6f2ce26e8444494db0c66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 22 Aug 2025 16:04:01 +0200 Subject: [PATCH] ci: fix pip cache is not needed for make (#3331) --- .github/actions/prepare/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index 9ddefc510..c09c22799 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -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