Skip to content

Commit b89a5a8

Browse files
committed
Fix build path
Fix build path.
1 parent 87f0c7f commit b89a5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nccl-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
make src.build -j
2626
- name: Build nccl-tests
2727
run: |
28-
make MPI=1 MPI_HOME=/usr/local/mpi NCCL_HOME=./build -j -C ./nccl-tests
28+
make MPI=1 MPI_HOME=/usr/local/mpi NCCL_HOME=../../build -j -C ./nccl-tests
2929
- name: Test local all reduce
3030
run: |
3131
mpirun \

0 commit comments

Comments
 (0)