Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit c868d0e

Browse files
committed
Fix typo in regression test buildspec
1 parent a093a0d commit c868d0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 0.2
55
phases:
66
install:
77
runtime-versions:
8-
- python: 3.8
8+
python: 3.8
99
commands:
1010
- apt-get update
1111
- apt-get install sudo -y

test/buildspec_gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
version: 0.2
44

55
phases:
6-
runtime-versions:
7-
- python: 3.8
6+
runtime-versions:
7+
python: 3.8
88
install:
99
commands:
1010
- apt-get update

0 commit comments

Comments
 (0)