Skip to content

Commit 3e07fd7

Browse files
committed
x2
1 parent 683312b commit 3e07fd7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/j2cli.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ 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 }}
4943
- name: Install Poetry development dependencies # main dependencies are handled by tox
5044
if: steps.cached-poetry.outputs.cache-hit != 'true'
5145
run: poetry install --no-interaction --no-root --only=dev

0 commit comments

Comments
 (0)