Skip to content

Commit 46cf028

Browse files
committed
chore: minor fixes
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 4e837ed commit 46cf028

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
@@ -1378,12 +1378,14 @@ workflows:
13781378
- build-x86_64-linux:
13791379
torch-build: << pipeline.parameters.torch-build >>
13801380
torch-build-index: << pipeline.parameters.torch-build-index >>
1381+
python-version: << pipeline.parameters.python-version >>
13811382

13821383
- test-core-cpp-x86_64-linux:
13831384
torch-build: << pipeline.parameters.torch-build >>
13841385
torch-build-index: << pipeline.parameters.torch-build-index >>
13851386
trt-version-short: << pipeline.parameters.trt-version-short >>
13861387
trt-version-long: << pipeline.parameters.trt-version-long >>
1388+
python-version: << pipeline.parameters.python-version >>
13871389
cudnn-version: << pipeline.parameters.cudnn-version >>
13881390
requires:
13891391
- build-x86_64-linux
@@ -1392,13 +1394,15 @@ workflows:
13921394
torch-build: << pipeline.parameters.torch-build >>
13931395
torch-build-index: << pipeline.parameters.torch-build-index >>
13941396
trt-version-long: << pipeline.parameters.trt-version-long >>
1397+
python-version: << pipeline.parameters.python-version >>
13951398
requires:
13961399
- build-x86_64-linux
13971400

13981401
- test-py-fx-x86_64-linux:
13991402
torch-build: << pipeline.parameters.torch-build >>
14001403
torch-build-index: << pipeline.parameters.torch-build-index >>
14011404
trt-version-long: << pipeline.parameters.trt-version-long >>
1405+
python-version: << pipeline.parameters.python-version >>
14021406
requires:
14031407
- build-x86_64-linux
14041408

@@ -1407,4 +1411,5 @@ workflows:
14071411
torch-build-index: << pipeline.parameters.torch-build-index >>
14081412
trt-version-short: << pipeline.parameters.trt-version-short >>
14091413
cudnn-version: << pipeline.parameters.cudnn-version >>
1414+
python-version: << pipeline.parameters.python-version >>
14101415

0 commit comments

Comments
 (0)