Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 12, 2023
1 parent d48ed5e commit 13025a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Install Poetry development dependencies # main dependencies are handled by tox
if: steps.cached-poetry.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --only=dev
- name: Activate Poetry development dependencies # main dependencies are handled by tox
if: steps.cached-poetry.outputs.cache-hit == 'true'
run: source $VENV
- name: Tox env3 (py${{ matrix.python-version }})
run: env
- name: Load cached tox environment
Expand Down

0 comments on commit 13025a4

Please sign in to comment.