remove then readd deps

This commit is contained in:
onyx-and-iris 2026-03-10 02:56:17 +00:00
parent 34299ad84e
commit 768fed217b

View File

@ -70,8 +70,9 @@ jobs:
run: poetry self add poethepoet
shell: bash
- name: Override local path dependencies with PyPI versions
- name: Replace path dependencies with PyPI versions
run: |
poetry remove voicemeeter-api vban-cmd || true
poetry add voicemeeter-api vban-cmd
shell: bash