Skip to content

Commit

Permalink
[r2] CI: fix Python workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Nov 15, 2024
1 parent 440bb82 commit d4fb0e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
# changes, setting `TENSORFLOW_ROOT`.
TENSORFLOW_VERSION: ${{ matrix.tf }}
DP_BUILD_TESTING: 1
- run: source/install/uv_with_retry.sh pip install --system --no-build-isolation horovod mpi4py
- run: |
source/install/uv_with_retry.sh pip install --system mpi4py
source/install/uv_with_retry.sh pip install --system --no-build-isolation horovod mpi4py
if: ${{ matrix.tf == '' }}
env:
HOROVOD_WITH_TENSORFLOW: 1
Expand Down

0 comments on commit d4fb0e5

Please sign in to comment.