Skip to content

Commit

Permalink
x2
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 12, 2023
1 parent 683312b commit 3e07fd7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:
version: 1.7.0
virtualenvs-create: true
virtualenvs-in-project: true # create .venv in test directory
- name: Load cached tox environment
id: cached-toxenv
uses: actions/cache@v3
with:
path: .tox/py${{ matrix.python-version }}-**
key: tox-py${{ matrix.python-version }}
- 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
Expand Down

0 comments on commit 3e07fd7

Please sign in to comment.