Skip to content

Commit 10460f5

Browse files
committed
xxx
1 parent 1c843d7 commit 10460f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/j2cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
id: cached-poetry
3636
uses: actions/cache@v3
3737
with:
38-
path: ~/.local # the path depends on the OS
39-
key: poetry-2 # increment to reset cache
38+
path: ~/.venv # the path depends on the OS
39+
key: poetry-3 # increment to reset cache
4040
- name: Find2 (py${{ matrix.python-version }})
4141
run: find .
4242
- name: Install Poetry

0 commit comments

Comments
 (0)