File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- python-version : [3.10]
16+ python-version : [" 3.10" ]
1717
1818 steps :
1919 - uses : actions/checkout@v4
2727 sudo apt-get -y install ffmpeg
2828 sudo apt-get -y install espeak libespeak1 libespeak-dev espeak-data
2929 sudo apt-get -y install libsndfile-dev
30+ sudo apt-get -y install build-essential python3-dev
3031 python -m pip install --upgrade pip
3132 pip install -e .
3233 pip install -e ".[stretch]"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " subaligner"
12- version = " 0.3.10 "
12+ version = " 0.3.11 "
1313authors = [
1414 { name = " Xi Bai" , email = " xi.bai.ed@gmail.com" }
1515]
You can’t perform that action at this time.
0 commit comments