Skip to content

Commit

Permalink
pin setuptools==69.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp authored Jun 9, 2024
1 parent 3a3e69f commit 5996922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
python3 -m ensurepip --upgrade
pip3 install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
pip3 install --upgrade setuptools>=70.0.0 build wheel safetensors sentencepiece ninja
pip3 install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja
pip3 cache purge
# --- Build wheel
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:

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

# --- Build wheel

Expand Down

0 comments on commit 5996922

Please sign in to comment.