Skip to content

Commit 8a7ea2a

Browse files
authored
Remove redundant prefix from directory names (#665)
## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/NeMo-Agent-Toolkit/blob/develop/docs/source/resources/contributing.md). - We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. - Any contribution which contains commits that are not Signed-Off will not be accepted. - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #665
1 parent 4a411cc commit 8a7ea2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/scripts/common.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ function build_package_wheel()
114114
local pkg=$1
115115
pkg_dir_name="${pkg#packages/}"
116116
pkg_dir_name="${pkg#./packages/}"
117-
# Replace "nat_" with "nvidia_nat_"
118-
pkg_dir_name="${pkg_dir_name//nat_/nvidia_nat_}"
119117

120118
# Remove compat/
121119
pkg_dir_name="${pkg_dir_name/compat\/}"

0 commit comments

Comments
 (0)