Skip to content

Commit b526f25

Browse files
authored
fix(CI): upgrade setuptools to fix its compatibility with wheel (deepmodeling#4700)
xref: pypa/wheel#660 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Enhanced the testing setup to ensure key dependencies are kept up-to-date during the test process. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 5caf02a commit b526f25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test_python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
export TENSORFLOW_ROOT=$(python -c 'import tensorflow;print(tensorflow.__path__[0])')
3131
export PYTORCH_ROOT=$(python -c 'import torch;print(torch.__path__[0])')
3232
source/install/uv_with_retry.sh pip install --system -e .[test,jax] mpi4py "jax==0.5.0;python_version>='3.10'"
33+
source/install/uv_with_retry.sh pip install --system -U setuptools
3334
source/install/uv_with_retry.sh pip install --system horovod --no-build-isolation
3435
source/install/uv_with_retry.sh pip install --system --pre "paddlepaddle==3.0.0" -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
3536
env:

0 commit comments

Comments
 (0)