chore(ci): use poetry to install docs

This commit is contained in:
2024-12-18 18:29:53 +07:00
parent 707bcc14c3
commit 75649df729

View File

@ -22,8 +22,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
id: install id: install
run: | run: |
python -m pip install --upgrade pip pipx install poetry --python $(which python)
pip install mkdocs mkdocstrings mkdocs-material poetry install --only docs
- name: Build docs - name: Build docs
id: build id: build
run: | run: |