Skip to content

Commit e1180c8

Browse files
committed
install python dependencies
Signed-off-by: tjtanaa <[email protected]>
1 parent 599b221 commit e1180c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_api_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install dependencies
5858
run: |
5959
python -m pip install --upgrade pip
60-
pip install packaging setuptools wheel
60+
pip install packaging setuptools wheel torch
6161
6262
- name: Clone ROCm/aiter repository
6363
if: env.HASH_CHANGED == 'true'

0 commit comments

Comments
 (0)