From f33a3810f507c340159a9915efdb5f8864027354 Mon Sep 17 00:00:00 2001 From: Jake Carter Date: Tue, 27 Feb 2024 14:45:17 -0700 Subject: [PATCH] Remove pip cache --- .github/workflows/update_version.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index 8d71ccd3b6e..96e83677550 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -18,8 +18,6 @@ jobs: - name: Setup Python uses: actions/setup-python@v2.3.3 - with: - cache: pip - name: Update Version Files run: |