Skip to content

Commit 3bc4dfd

Browse files
committed
Patch for GPU CI part 2
1 parent 30270ca commit 3bc4dfd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ jobs:
455455
resource_class: gpu.small
456456
environment:
457457
image_name: "pytorch/manylinux-cuda101"
458+
PYTHON_VERSION: << parameters.python_version >>
458459
steps:
459460
- checkout
460461
- designate_upload_channel

.circleci/config.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ jobs:
455455
resource_class: gpu.small
456456
environment:
457457
image_name: "pytorch/manylinux-cuda101"
458+
PYTHON_VERSION: << parameters.python_version >>
458459
steps:
459460
- checkout
460461
- designate_upload_channel

0 commit comments

Comments
 (0)