Skip to content

Commit 655b5a3

Browse files
committed
chore: downgrade python to get around limiations of tensorrt
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent b4aecb5 commit 655b5a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,11 @@ jobs:
11401140
condition: << parameters.enabled >>
11411141
steps:
11421142
- checkout
1143+
- run:
1144+
name: Change Python Version
1145+
command: |
1146+
pyenv install 3.10.4
1147+
pyenv global 3.10.4
11431148
- create-env:
11441149
os: "ubuntu2004"
11451150
platform: "x86_64"

0 commit comments

Comments
 (0)