Skip to content

Commit 5dd215c

Browse files
[pd] Use rc whl instead of dev whl for python cpu test (#4656)
Use 3.0rc-1 for paddle python ci test as error occurs for dev.2025.3.13 whl <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chore** - Updated the testing environment’s dependency management to lock a key package to a stable release, ensuring a more consistent and predictable setup. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent eb9e71d commit 5dd215c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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'"
3333
source/install/uv_with_retry.sh pip install --system horovod --no-build-isolation
34-
source/install/uv_with_retry.sh pip install --system --pre "paddlepaddle" -i https://www.paddlepaddle.org.cn/packages/nightly/cpu/
34+
source/install/uv_with_retry.sh pip install --system --pre "paddlepaddle==3.0.0rc1" -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
3535
env:
3636
# Please note that uv has some issues with finding
3737
# existing TensorFlow package. Currently, it uses

0 commit comments

Comments
 (0)