1 parent 1a605c7 commit 4392794Copy full SHA for 4392794
1 file changed
.github/workflows/j2cli.yml
@@ -33,12 +33,6 @@ jobs:
33
- name: File-Inspect1 (py${{ matrix.python-version }})
34
run: find .
35
36
- - name: Load cached Poetry installation
37
- id: cached-poetry
38
- uses: actions/cache@v3
39
- with:
40
- path: .venv # the path depends on the OS
41
- key: poetry-3 # increment to reset cache
42
- name: Install Poetry
43
if: steps.cached-poetry.outputs.cache-hit != 'true'
44
uses: snok/install-poetry@v1
0 commit comments