From 60106e1cddb54a4a8e124b869fbd6e1f23b6a58f Mon Sep 17 00:00:00 2001 From: F-WRunTime Date: Wed, 24 Jan 2024 13:11:45 -0700 Subject: [PATCH] remove pip cache --- action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yaml b/action.yaml index 9aa1983..c683a64 100644 --- a/action.yaml +++ b/action.yaml @@ -31,7 +31,6 @@ runs: uses: actions/setup-python@v5.0.0 with: python-version: '3.10' - cache: 'pip' - name: Install dependencies shell: bash {0}