Skip to content

Commit b461bd3

Browse files
gs-oliveHolyWu
andauthored
cherry-pick: Add release flag for nightly build tag (#2821) (#2835)
Co-authored-by: HolyWu <[email protected]>
1 parent e83725e commit b461bd3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packaging/pre_build_script_windows.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ python -m pip install tensorrt==10.0.1 --extra-index-url https://pypi.nvidia.com
66
choco install bazelisk -y
77

88
cat toolchains/ci_workspaces/WORKSPACE.win.release.tmpl | envsubst > WORKSPACE
9+
10+
echo "RELEASE=1" >> ${GITHUB_ENV}

tests/py/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ tensorrt==10.0.1
1212
timm>=1.0.3
1313
transformers==4.39.3
1414
parameterized>=0.2.0
15-
expecttest==0.1.6
15+
expecttest==0.1.6
16+
numpy==1.24.1

0 commit comments

Comments
 (0)