Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 12, 2023
1 parent 1c843d7 commit 10460f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
id: cached-poetry
uses: actions/cache@v3
with:
path: ~/.local # the path depends on the OS
key: poetry-2 # increment to reset cache
path: ~/.venv # the path depends on the OS
key: poetry-3 # increment to reset cache
- name: Find2 (py${{ matrix.python-version }})
run: find .
- name: Install Poetry
Expand Down

0 comments on commit 10460f5

Please sign in to comment.