Skip to content

Commit 32aad1a

Browse files
committed
Change python version for jetson
Signed-off-by: Naren Dasan <[email protected]>
1 parent 3b066e6 commit 32aad1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
default: true
331331
python-version:
332332
type: string
333-
default: 3.8.13
333+
default: 3.8.10
334334
machine:
335335
image: ubuntu-2004:202201-02
336336
resource_class: arm.xlarge
@@ -630,7 +630,7 @@ workflows:
630630
- build-aarch64-pyt-jetson:
631631
torch-build: << pipeline.parameters.torch-jetson-build >>
632632
jetpack-version: << pipeline.parameters.jetpack-version >>
633-
python-version: 3.8.13
633+
python-version: 3.8.10
634634

635635
- build-x86_64-pyt-release:
636636
torch-build: << pipeline.parameters.torch-release-build >>
@@ -655,7 +655,7 @@ workflows:
655655
- build-aarch64-pyt-jetson:
656656
torch-build: << pipeline.parameters.torch-jetson-build >>
657657
jetpack-version: << pipeline.parameters.jetpack-version >>
658-
python-version: 3.8.13
658+
python-version: 3.8.10
659659

660660
- build-x86_64-pyt-release:
661661
torch-build: << pipeline.parameters.torch-release-build >>

0 commit comments

Comments
 (0)