try to fix poetry install

This commit is contained in:
2023-06-13 22:41:56 +06:00
parent 2f0e5be6ba
commit a07e6795fa
2 changed files with 700 additions and 2 deletions

View File

@@ -16,13 +16,13 @@ jobs:
with:
python-version: '3.8'
- name: Install Poetry
- name: Setup Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.5.1'
- name: Install Poetry dependencies
run: poetry install
run: poetry install --no-root
- name: Build
run: poetry run mkdocs build