use --with build --without dev

This commit is contained in:
onyx-and-iris 2026-03-10 22:17:54 +00:00
parent eb2ce5360f
commit 3271a52f15

View File

@ -70,14 +70,8 @@ jobs:
run: poetry self add poethepoet
shell: bash
- name: Replace path dependencies with PyPI versions
run: |
poetry remove voicemeeter-api vban-cmd || true
poetry add voicemeeter-api vban-cmd
shell: bash
- name: Install dependencies
run: poetry install --with build
run: poetry install --with build --without dev
shell: bash
- name: Build artifacts with dynamic taskfile