mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-03-12 05:09:12 +00:00
use poetry self add to avoid Windows path issue, see: https://github.com/python-poetry/poetry/issues/10028
This commit is contained in:
parent
971b4a4601
commit
7a78d7233e
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -66,6 +66,10 @@ jobs:
|
|||||||
path: .venv
|
path: .venv
|
||||||
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
|
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
|
||||||
|
|
||||||
|
- name: Install Poetry plugins
|
||||||
|
run: poetry self add poethepoet
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --with build
|
run: poetry install --with build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user