Skip to content

Commit f1c4126

Browse files
committed
Update build actions
1 parent f98a7b7 commit f1c4126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263

264264
python -m ensurepip --upgrade
265265
python -m pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
266-
python -m pip install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja
266+
python -m pip install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja numpy
267267

268268
# --- Build wheel
269269

0 commit comments

Comments
 (0)