Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 12, 2023
1 parent bcc5d66 commit 9b59279
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Tox env1 (py${{ matrix.python-version }})
run: env
- name: Find1 (py${{ matrix.python-version }})
run: find .
- name: Load cached Poetry installation
id: cached-poetry
uses: actions/cache@v3
with:
path: ~/.local # the path depends on the OS
key: poetry-0 # increment to reset cache
- name: Find2 (py${{ matrix.python-version }})
run: find .
- name: Install Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
uses: snok/install-poetry@v1
Expand Down

0 comments on commit 9b59279

Please sign in to comment.