Skip to content

Commit

Permalink
chore: downgrade python to get around limiations of tensorrt
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Jun 3, 2023
1 parent b4aecb5 commit 655b5a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,11 @@ jobs:
condition: << parameters.enabled >>
steps:
- checkout
- run:
name: Change Python Version
command: |
pyenv install 3.10.4
pyenv global 3.10.4
- create-env:
os: "ubuntu2004"
platform: "x86_64"
Expand Down

0 comments on commit 655b5a3

Please sign in to comment.