Skip to content

Commit d898d0f

Browse files
branchvabn
authored andcommitted
build: bump poetry to 1.2.0b1dev0
1 parent f5a708c commit d898d0f

File tree

4 files changed

+148
-123
lines changed

4 files changed

+148
-123
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id: cache
6262
with:
6363
path: .venv
64-
key: venv-1-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
64+
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
6565

6666
- name: Ensure cache is healthy
6767
if: steps.cache.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)