Skip to content

Commit

Permalink
l
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 12, 2023
1 parent 0bf0926 commit 191bc58
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') }}
key: toxenv-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock', 'tox.ini', ${{ GITHUB_WORKFLOW_FILE }}) }}
- name: Tox id1 (py${{ matrix.python-version }})
run: which tox || true
- name: Tox id2 (py${{ matrix.python-version }})
Expand Down

0 comments on commit 191bc58

Please sign in to comment.