fixing gh action

This commit is contained in:
sneakers-the-rat 2023-06-06 18:25:03 -07:00
parent b531c452f0
commit 53913bc005

View file

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