Try to fix disappearing dependencies

pull/388/head
Wyatt Stanke 11 months ago
parent 3e7046546b
commit 4503f9f0a7
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -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

Loading…
Cancel
Save