Skip to content

Commit 5996922

Browse files
authored
pin setuptools==69.5.1
1 parent 3a3e69f commit 5996922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
153153
python3 -m ensurepip --upgrade
154154
pip3 install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
155-
pip3 install --upgrade setuptools>=70.0.0 build wheel safetensors sentencepiece ninja
155+
pip3 install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja
156156
pip3 cache purge
157157
158158
# --- Build wheel
@@ -200,7 +200,7 @@ jobs:
200200

201201
python -m ensurepip --upgrade
202202
python -m pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
203-
python -m pip install --upgrade setuptools>=70.0.0 build wheel safetensors sentencepiece ninja
203+
python -m pip install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja
204204

205205
# --- Build wheel
206206

0 commit comments

Comments
 (0)