Fix action file path again (#60)

Missed one, gotta catch 'em all
This commit is contained in:
Nate Barbettini 2024-09-24 17:56:33 -07:00 committed by GitHub
parent dd572b8cce
commit 9ceb474372
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |