revert the change.

This commit is contained in:
onyx-and-iris 2026-03-10 23:01:25 +00:00
parent 3271a52f15
commit abb55d5090

View File

@ -70,8 +70,14 @@ jobs:
run: poetry self add poethepoet run: poetry self add poethepoet
shell: bash 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 - name: Install dependencies
run: poetry install --with build --without dev run: poetry install --with build
shell: bash shell: bash
- name: Build artifacts with dynamic taskfile - name: Build artifacts with dynamic taskfile