mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-09-03 21:15:39 +05:00
fix/ci: use the .build additional deps for python instead of .dev
This commit is contained in:
parent
b815947e61
commit
46f0674302
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: "[DEPS/Build] Backend"
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements.dev.txt
|
||||
pip install -r requirements.build.txt
|
||||
- name: "[DEPS/Build] Frontend"
|
||||
run: bun install
|
||||
working-directory: ./gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue