mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-16 20:43:31 +00:00
avoid using local path deps in workflow
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -70,6 +70,11 @@ jobs:
|
||||
run: poetry self add poethepoet
|
||||
shell: bash
|
||||
|
||||
- name: Override local path dependencies with PyPI versions
|
||||
run: |
|
||||
poetry add voicemeeter-api vban-cmd
|
||||
shell: bash
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install --with build
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user