We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5572b commit 7c0b1c0Copy full SHA for 7c0b1c0
.github/workflows/unitest.yml
@@ -20,6 +20,7 @@ jobs:
20
sudo apt update
21
wget https://github.com/fumiama/RVC-Models-Downloader/releases/download/v0.2.5/rvcmd_linux_amd64.deb
22
sudo apt -y install ./rvcmd_linux_amd64.deb
23
+ pip install --force pip==24.0 # fix fairseq installing issue https://github.com/facebookresearch/fairseq/issues/5552
24
python -m pip install --upgrade pip
25
python -m pip install --upgrade setuptools
26
python -m pip install --upgrade wheel
0 commit comments