Skip to content

Commit 990872a

Browse files
committed
Fix SOK test script path (#1088)
1 parent ccd96d5 commit 990872a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/container_software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [ "$container" == "merlin-tensorflow" ]; then
4242
# TODO: remove this block once
4343
# https://github.com/NVIDIA-Merlin/HugeCTR/pull/328
4444
# is in the hugectr release
45-
pushd /hugectr/sparse_operation_kit/sparse_operation_kit/experiment/test/function_test && \
45+
pushd /hugectr/sparse_operation_kit/sparse_operation_kit/test/function_test && \
4646
bash run_function_test.sh && \
4747
popd || exit_code=1
4848
fi

0 commit comments

Comments
 (0)