From 38ac32825f6730dbc77e13a5bc363160a294d2e9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 27 May 2022 22:38:38 +0200 Subject: [PATCH] remove os from cache --- .github/actions/setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 3e53cc68a8..128f2a157a 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -39,7 +39,7 @@ runs: uses: actions/setup-python@v2 with: python-version: ${{ env.python_version }} - cache: ${{ runner.os }}-pip + cache: pip - name: Install Base Python Dependencies if: ${{ inputs.python }} == true shell: bash