From 03907ad7b4a11e925505a960369fdf3207beb666 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 29 Feb 2024 14:00:55 -0800 Subject: [PATCH] infra: remove venv from poetry cache --- .github/actions/poetry_setup/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/poetry_setup/action.yml b/.github/actions/poetry_setup/action.yml index 68b099f0e55..fad0b08daee 100644 --- a/.github/actions/poetry_setup/action.yml +++ b/.github/actions/poetry_setup/action.yml @@ -89,5 +89,4 @@ runs: ~/.cache/pypoetry/virtualenvs ~/.cache/pypoetry/cache ~/.cache/pypoetry/artifacts - ${{ env.WORKDIR }}/.venv key: py-deps-${{ runner.os }}-${{ runner.arch }}-py-${{ inputs.python-version }}-poetry-${{ inputs.poetry-version }}-${{ inputs.cache-key }}-${{ hashFiles(format('{0}/**/poetry.lock', env.WORKDIR)) }}