use poetry self add to avoid Windows path issue, see: https://github.com/python-poetry/poetry/issues/10028

This commit is contained in:
onyx-and-iris 2026-03-10 02:42:01 +00:00
parent 971b4a4601
commit 7a78d7233e

View File

@ -66,6 +66,10 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
- name: Install Poetry plugins
run: poetry self add poethepoet
shell: bash
- name: Install dependencies
run: poetry install --with build
shell: bash