Skip to content

Commit 4baaab4

Browse files
committed
[ML] Use python:3 instead of python:3-slim for analyze_build_failure step
Same fix as #3000 — python:3-slim lacks curl and git needed by the Buildkite agent environment hook. Made-with: Cursor
1 parent 1053c5d commit 4baaab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipelines/analyze_build_failure.yml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ steps:
2323
if: "build.state == 'failed' || build.state == 'failing'"
2424
soft_fail: true
2525
agents:
26-
image: "python:3-slim"
26+
image: "python:3"
2727
EOL

0 commit comments

Comments
 (0)