From a9131bef9a0755681890956c71d074fdaabe8980 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Wed, 30 Oct 2024 14:35:14 -0700 Subject: [PATCH] revert cache change --- .github/workflows/test-action-linux-gh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action-linux-gh.yml b/.github/workflows/test-action-linux-gh.yml index be25f21a504..29a2233d1f7 100644 --- a/.github/workflows/test-action-linux-gh.yml +++ b/.github/workflows/test-action-linux-gh.yml @@ -98,8 +98,8 @@ jobs: - name: Setup Python Tools Scripts uses: ./.github/actions/setup-python-tools-scripts - #with: - # cache-prefix: ${{ inputs.cache-prefix }} + with: + cache-prefix: ${{ inputs.cache-prefix }} env: PIP_INDEX_URL: https://pypi.org/simple