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 13025a4 commit bcc5d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
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
run: source .venv/bin/activate
- name: Tox env3 (py${{ matrix.python-version }})
run: env
- name: Load cached tox environment
Expand Down

0 comments on commit bcc5d66

Please sign in to comment.