Skip to content

Commit 7c4876f

Browse files
committed
Fix missing dep in experimental ROCm workflow
1 parent c84925e commit 7c4876f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel-rocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Install Dependencies
4848
run: |
49-
pip3 install build wheel cmake scikit-build
49+
pip3 install build wheel cmake scikit-build ninja
5050
5151
- name: Build Wheel
5252
run: |

0 commit comments

Comments
 (0)