Skip to content

Commit 13025a4

Browse files
committed
x
1 parent d48ed5e commit 13025a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/j2cli.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Install Poetry development dependencies # main dependencies are handled by tox
4848
if: steps.cached-poetry.outputs.cache-hit != 'true'
4949
run: poetry install --no-interaction --no-root --only=dev
50+
- name: Activate Poetry development dependencies # main dependencies are handled by tox
51+
if: steps.cached-poetry.outputs.cache-hit == 'true'
52+
run: source $VENV
5053
- name: Tox env3 (py${{ matrix.python-version }})
5154
run: env
5255
- name: Load cached tox environment

0 commit comments

Comments
 (0)