Skip to content

Commit d4fb0e5

Browse files
committed
[r2] CI: fix Python workflow
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 440bb82 commit d4fb0e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
# changes, setting `TENSORFLOW_ROOT`.
3535
TENSORFLOW_VERSION: ${{ matrix.tf }}
3636
DP_BUILD_TESTING: 1
37-
- run: source/install/uv_with_retry.sh pip install --system --no-build-isolation horovod mpi4py
37+
- run: |
38+
source/install/uv_with_retry.sh pip install --system mpi4py
39+
source/install/uv_with_retry.sh pip install --system --no-build-isolation horovod mpi4py
3840
if: ${{ matrix.tf == '' }}
3941
env:
4042
HOROVOD_WITH_TENSORFLOW: 1

0 commit comments

Comments
 (0)