Skip to content

Commit 68fca64

Browse files
committed
install python dependencies
Signed-off-by: tjtanaa <[email protected]>
1 parent dedce63 commit 68fca64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check_api_changes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
if: env.HASH_CHANGED == 'true'
7272
run: |
7373
git clone --recursive https://github.com/ROCm/aiter.git
74+
sed -i 's/raise RuntimeError("ROCm version file not found")/return "5.0.0"/' aiter/aiter/jit/utils/cpp_extension.py
7475
cd aiter
7576
python -m pip install -r requirements.txt
7677
python setup.py develop

0 commit comments

Comments
 (0)