Skip to content

Commit

Permalink
lala
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 12, 2023
1 parent 191bc58 commit 9b8f87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/cache@v3
with:
path: .tox/py${{ matrix.python-version }}-**
key: toxenv-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock', 'tox.ini', ${{ GITHUB_WORKFLOW_FILE }}) }}
key: toxenv-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock', 'tox.ini') }}
- name: Tox id1 (py${{ matrix.python-version }})
run: which tox || true
- name: Tox id2 (py${{ matrix.python-version }})
Expand Down

0 comments on commit 9b8f87b

Please sign in to comment.