mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-07 10:10:23 +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
run.sh
2
run.sh
@@ -11,7 +11,7 @@ if [ -d ".venv" ]; then
|
||||
. .venv/bin/activate
|
||||
else
|
||||
echo "Create venv..."
|
||||
requirements_file="requirements/requirements.txt"
|
||||
requirements_file="requirements/main.txt"
|
||||
|
||||
# Check if Python 3.8 is installed
|
||||
if ! (command -v python3.8 >/dev/null 2>&1 || pyenv versions --bare | grep -q "3.8"); then
|
||||
|
||||
Reference in New Issue
Block a user