|
|
|
@ -31,7 +31,8 @@ runs:
|
|
|
|
|
path: .venv
|
|
|
|
|
key: venv-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
|
|
|
|
- name: Install dependencies
|
|
|
|
|
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
|
|
|
|
# Dependencies appear to be dissapearing
|
|
|
|
|
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
|
|
|
|
run: poetry install --no-interaction --no-root
|
|
|
|
|
shell: bash
|
|
|
|
|
- name: Activate venv
|
|
|
|
|