Skip to content

Commit dad511a

Browse files
authored
Update build_wheels_release_python312test.yml
1 parent 5b5f162 commit dad511a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels_release_python312test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
144144
# --- Install dependencies
145145
146+
python3 -m ensurepip --upgrade
146147
pip3 install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
147148
pip3 install --upgrade build wheel safetensors sentencepiece ninja
148149
pip3 install --upgrade setuptools==65.5.0
@@ -188,6 +189,7 @@ jobs:
188189
189190
# --- Install dependencies
190191
192+
python -m ensurepip --upgrade
191193
python -m pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
192194
python -m pip install --upgrade setuptools==65.5.1
193195
python -m pip install --upgrade build wheel safetensors sentencepiece ninja

0 commit comments

Comments
 (0)