parent
06decd44ec
commit
dd572b8cce
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-poetry-env/action.yml
vendored
2
.github/actions/setup-poetry-env/action.yml
vendored
|
|
@ -25,7 +25,7 @@ runs:
|
|||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .venv
|
||||
key: venv-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('poetry.lock') }}
|
||||
key: venv-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('arcade/poetry.lock') }}
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||
|
|
|
|||
Loading…
Reference in a new issue