We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c843d7 commit 0bf0926Copy full SHA for 0bf0926
.github/workflows/j2cli.yml
@@ -35,8 +35,8 @@ jobs:
35
id: cached-poetry
36
uses: actions/cache@v3
37
with:
38
- path: ~/.local # the path depends on the OS
39
- key: poetry-2 # increment to reset cache
+ path: .venv # the path depends on the OS
+ key: poetry-3 # increment to reset cache
40
- name: Find2 (py${{ matrix.python-version }})
41
run: find .
42
- name: Install Poetry
0 commit comments