Skip to content

Commit ce64307

Browse files
committed
Updated config.yml
1 parent 7ce2c42 commit ce64307

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- run:
5151
name: Set up python environment
5252
command: |
53+
pip3 install --upgrade pip
5354
pip3 install nvidia-pyindex
5455
pip3 install nvidia-tensorrt==${TRT_VERSION_LONG}
5556
#pip3 install --pre torch==${TORCH_BUILD} torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113
@@ -80,6 +81,7 @@ jobs:
8081
USE_HOST_DEPS: "1"
8182
command: |
8283
cd tests/modules
84+
pip3 install -r requirements.txt
8385
python3 hub.py
8486
cd ../..
8587

0 commit comments

Comments
 (0)