Skip to content

Commit 62729fa

Browse files
committed
test
1 parent 4a27dba commit 62729fa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/scripts/build-linux-release-artifacts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
exit
2828
fi
2929

30-
python -m pip install auditwheel
30+
python -m pip install auditwheel pyyaml
3131

3232
# Setup Bazel via Bazelisk
3333
wget -q https://github.com/bazelbuild/bazelisk/releases/download/v1.17.0/bazelisk-linux-amd64 -O /usr/bin/bazel &&\

.github/workflows/linux-release-artifacts.yml

+7
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@ jobs:
143143
with:
144144
name: ${{ env.ARTIFACT_NAME }}
145145
path: /opt/torch-tensorrt-builds/
146+
- name: Build clean
147+
working-directory: ${{ inputs.repository }}
148+
shell: bash -l {0}
149+
run: |
150+
set -euxo pipefail
151+
source "${BUILD_ENV_FILE}"
152+
${CONDA_RUN} python setup.py clean
146153
# - name: Install torch and torch-tensorrt
147154
# if: ${{ inputs.pre-script != '' }}
148155
# uses: ./test-infra/.github/actions/run-script-with-cache

0 commit comments

Comments
 (0)