|
|
|
@ -27,7 +27,7 @@ runs:
|
|
|
|
|
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
|
|
|
|
- name: Install dependencies
|
|
|
|
|
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
|
|
|
|
run: poetry install --no-interaction --no-root --with test --with dev --all-extras
|
|
|
|
|
run: poetry install --no-interaction --no-root --all-extras
|
|
|
|
|
shell: bash
|
|
|
|
|
- name: Activate venv
|
|
|
|
|
run: |
|
|
|
|
|