Skip to content

Commit 599b221

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check_api_changes.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
echo "HASH_CHANGED=true" >> $GITHUB_ENV
5555
fi
5656
57+
- name: Install dependencies
58+
run: |
59+
python -m pip install --upgrade pip
60+
pip install packaging setuptools wheel
61+
5762
- name: Clone ROCm/aiter repository
5863
if: env.HASH_CHANGED == 'true'
5964
run: |

0 commit comments

Comments
 (0)