Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Dec 11, 2023
1 parent 1a605c7 commit 4392794
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
- name: File-Inspect1 (py${{ matrix.python-version }})
run: find .

- name: Load cached Poetry installation
id: cached-poetry
uses: actions/cache@v3
with:
path: .venv # the path depends on the OS
key: poetry-3 # increment to reset cache
- name: Install Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
uses: snok/install-poetry@v1
Expand Down

0 comments on commit 4392794

Please sign in to comment.