Skip to content

Commit c17cb1e

Browse files
author
Wei
committed
Updated config.yml
1 parent 51d0cb5 commit c17cb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
# check available version, apt list libnvinfer8 -a
4242
sudo wget -q https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-linux-x86_64 -O /usr/bin/bazel
4343
sudo chmod a+x /usr/bin/bazel
44-
mv WORKSPACE.ci WORKSPACE
4544
4645
- run:
4746
name: set up python environment
@@ -51,6 +50,7 @@ jobs:
5150
pip3 install --pre torch==1.13.0.dev20220618 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113
5251
pip3 install pytest parameterized expecttest
5352
# install torch_tensorrt
53+
mv WORKSPACE.ci WORKSPACE
5454
cd py
5555
python3 setup.py install
5656

0 commit comments

Comments
 (0)