avoid using local path deps in workflow

This commit is contained in:
onyx-and-iris 2026-03-10 02:49:50 +00:00
parent 7a78d7233e
commit 34299ad84e

View File

@ -70,6 +70,11 @@ jobs:
run: poetry self add poethepoet run: poetry self add poethepoet
shell: bash shell: bash
- name: Override local path dependencies with PyPI versions
run: |
poetry add voicemeeter-api vban-cmd
shell: bash
- name: Install dependencies - name: Install dependencies
run: poetry install --with build run: poetry install --with build
shell: bash shell: bash