Skip to content

Commit

Permalink
Fix SOK test script path (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaQiaoCh authored Dec 16, 2023
1 parent ccd96d5 commit 67b789a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/container_software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ "$container" == "merlin-tensorflow" ]; then
# TODO: remove this block once
# https://github.com/NVIDIA-Merlin/HugeCTR/pull/328
# is in the hugectr release
pushd /hugectr/sparse_operation_kit/sparse_operation_kit/experiment/test/function_test && \
pushd /hugectr/sparse_operation_kit/sparse_operation_kit/test/function_test && \
bash run_function_test.sh && \
popd || exit_code=1
fi
Expand Down

0 comments on commit 67b789a

Please sign in to comment.