Fix caching

pull/388/head
Wyatt Stanke 11 months ago
parent f32d9d0e24
commit 2db6944950
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -24,7 +24,7 @@ runs:
uses: actions/cache@v3
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
key: venv-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --all-extras

6316
poetry.lock generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save