Skip to content

Commit 4392794

Browse files
committed
x
1 parent 1a605c7 commit 4392794

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/j2cli.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
- name: File-Inspect1 (py${{ matrix.python-version }})
3434
run: find .
3535

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
4236
- name: Install Poetry
4337
if: steps.cached-poetry.outputs.cache-hit != 'true'
4438
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)