mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-03-12 05:09:12 +00:00
avoid using local path deps in workflow
This commit is contained in:
parent
7a78d7233e
commit
34299ad84e
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user