From cd32b3ef6eff4b9c3c55067f376d0d5a04e1c7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20V=2E=20Treider?= Date: Thu, 9 May 2024 02:48:28 +0200 Subject: [PATCH] chatgbt was wrong, lets see if I am right :kappa: --- .github/actions/setup/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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