always run poetry install step, cache should work anyway

This commit is contained in:
sneakers-the-rat 2023-06-19 12:03:57 -07:00
parent 5b31f07169
commit bc417e8ff6

View file

@ -39,7 +39,7 @@ jobs:
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: poetry install --no-root
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- name: build docs
run: |
poetry run sphinx-build -M html src build