Skip to content

Commit

Permalink
Build the install target
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 28, 2023
1 parent 5ebddf8 commit fd5f5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/conda/recipes/morpheus/morpheus_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ cmake -B ${BUILD_DIR} \
.

# Build the components
cmake --build ${BUILD_DIR} -j${PARALLEL_LEVEL:-$(nproc)}
cmake --build ${BUILD_DIR} -j${PARALLEL_LEVEL:-$(nproc)} --target install

# Install just the python wheel components
${PYTHON} -m pip install -vv ${BUILD_DIR}/dist/*.whl

0 comments on commit fd5f5e8

Please sign in to comment.