Skip to content

Commit

Permalink
Remove redundant mpi4py installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Nov 15, 2024
1 parent d4fb0e5 commit 92599c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
DP_BUILD_TESTING: 1
- 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
source/install/uv_with_retry.sh pip install --system --no-build-isolation horovod
if: ${{ matrix.tf == '' }}
env:
HOROVOD_WITH_TENSORFLOW: 1
Expand Down

0 comments on commit 92599c9

Please sign in to comment.