From f8ddc13f0e8bf3266e9d09aae5b135a2d82d72bc Mon Sep 17 00:00:00 2001 From: Aidan Holland Date: Wed, 15 Sep 2021 12:40:39 -0400 Subject: [PATCH] fix(action): Fix poetry caching --- .github/workflows/python-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index e604392b..f80b9622 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -35,7 +35,6 @@ jobs: key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} - name: Install dependencies - if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: | poetry install