Skip to content

Commit 7c0b1c0

Browse files
committed
fix(ci): fairseq installing 👎
1 parent ba5572b commit 7c0b1c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unitest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
sudo apt update
2121
wget https://github.com/fumiama/RVC-Models-Downloader/releases/download/v0.2.5/rvcmd_linux_amd64.deb
2222
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
2324
python -m pip install --upgrade pip
2425
python -m pip install --upgrade setuptools
2526
python -m pip install --upgrade wheel

0 commit comments

Comments
 (0)