From 9ceb4743725ac8b1e6852a3af08b98bc404dbea7 Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Tue, 24 Sep 2024 17:56:33 -0700 Subject: [PATCH] Fix action file path again (#60) Missed one, gotta catch 'em all --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f5e162bf..7cbf2eec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: uses: actions/cache@v4 with: path: .tox - key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }} + key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('arcade/poetry.lock') }} - name: Install tox run: |