We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48ed5e commit 13025a4Copy full SHA for 13025a4
.github/workflows/j2cli.yml
@@ -47,6 +47,9 @@ jobs:
47
- name: Install Poetry development dependencies # main dependencies are handled by tox
48
if: steps.cached-poetry.outputs.cache-hit != 'true'
49
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
53
- name: Tox env3 (py${{ matrix.python-version }})
54
run: env
55
- name: Load cached tox environment
0 commit comments