diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 9a3d28448f..43b5e4b988 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -16,12 +16,12 @@ runs: - uses: actions/setup-python@v5 with: python-version: ${{ inputs.python_version }} + cache: 'pip' - - name: Setup cache for pip and poetry + - name: Setup cache for poetry uses: actions/cache@v3 with: path: | - ~/.cache/pip ~/.cache/pypoetry ~/.poetry !~/.cache/pypoetry/artifacts