Skip to content

Commit 335381a

Browse files
committed
Revert "x2"
This reverts commit 3e07fd7.
1 parent 3e07fd7 commit 335381a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/j2cli.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
version: 1.7.0
4141
virtualenvs-create: true
4242
virtualenvs-in-project: true # create .venv in test directory
43+
- name: Load cached tox environment
44+
id: cached-toxenv
45+
uses: actions/cache@v3
46+
with:
47+
path: .tox/py${{ matrix.python-version }}-**
48+
key: tox-py${{ matrix.python-version }}
4349
- name: Install Poetry development dependencies # main dependencies are handled by tox
4450
if: steps.cached-poetry.outputs.cache-hit != 'true'
4551
run: poetry install --no-interaction --no-root --only=dev

0 commit comments

Comments
 (0)