Skip to content

Commit e32736a

Browse files
Fix incorrect job dependency name in ci.yml
The build-docker job referenced non-existent "build-wheels" job; the correct job name is "test-wheels". Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent fcec7aa commit e32736a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
path: jax_rocm_plugin/wheelhouse/*.whl
8686

8787
build-docker:
88-
needs: build-wheels
88+
needs: test-wheels
8989
strategy:
9090
matrix:
9191
rocm-version: ["7.1.1"]

0 commit comments

Comments
 (0)