infra: remove venv from poetry cache

This commit is contained in:
Erick Friis
2024-02-29 14:00:55 -08:00
parent 040271f33a
commit 03907ad7b4

View File

@@ -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)) }}