mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-05 09:10:25 +08:00
chore(structure): rename requirements files (#14)
* chore(structure): rename requirements files all of the requirements under `requirements/` have requirements-* in their name, which just looks dirty since all of the requirements are already in the `requirements` dir. therefore to have cleaner project, it's better to rename all the req files to just contain info on what each of them does * fix(unitest): update requirements file used in the unitest workflow
This commit is contained in:
2
.github/workflows/unitest.yml
vendored
2
.github/workflows/unitest.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
python -m pip install --upgrade setuptools
|
||||
python -m pip install --upgrade wheel
|
||||
pip install torch torchvision torchaudio
|
||||
pip install -r requirements/requirements.txt
|
||||
pip install -r requirements/main.txt
|
||||
rvcmd -notrs -w 1 -notui assets/all
|
||||
- name: Test step 1 & 2
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user