Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 8191202

Browse files
test: package fish speech
1 parent 643dbf6 commit 8191202

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
if: runner.os == 'windows'
9292
shell: pwsh
9393
run: |
94-
python3 -m pip freeze | xargs python3 -m pip uninstall -y
9594
python3 -m pip install --upgrade pip
9695
python3 -m pip install -r ${{env.MODEL_DIR}}/requirements.cuda.txt
9796
@@ -102,7 +101,6 @@ jobs:
102101
source $HOME/miniconda3/bin/activate base
103102
conda init
104103
conda activate ${{env.MODEL_NAME}}
105-
python -m pip freeze | xargs python -m pip uninstall -y
106104
python -m pip install --upgrade pip
107105
python -m pip install -r ${{env.MODEL_DIR}}/requirements.cuda.txt
108106
@@ -113,7 +111,6 @@ jobs:
113111
source $HOME/miniconda3/bin/activate base
114112
conda init
115113
conda activate ${{env.MODEL_NAME}}
116-
python -m pip freeze | xargs python -m pip uninstall -y
117114
python -m pip install --upgrade pip
118115
python -m pip install -r ${{env.MODEL_DIR}}/requirements.txt
119116

0 commit comments

Comments
 (0)