File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 27
27
exit
28
28
fi
29
29
30
- python -m pip install auditwheel
30
+ python -m pip install auditwheel pyyaml
31
31
32
32
# Setup Bazel via Bazelisk
33
33
wget -q https://github.com/bazelbuild/bazelisk/releases/download/v1.17.0/bazelisk-linux-amd64 -O /usr/bin/bazel && \
Original file line number Diff line number Diff line change @@ -143,6 +143,13 @@ jobs:
143
143
with :
144
144
name : ${{ env.ARTIFACT_NAME }}
145
145
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
146
153
# - name: Install torch and torch-tensorrt
147
154
# if: ${{ inputs.pre-script != '' }}
148
155
# uses: ./test-infra/.github/actions/run-script-with-cache
You can’t perform that action at this time.
0 commit comments