Skip to content

Commit c84925e

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

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
49+
pip3 install build wheel cmake scikit-build
5050
5151
- name: Build Wheel
5252
run: |

0 commit comments

Comments
 (0)