Skip to content

Commit dedce63

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_api_changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "First run, will check API"
5454
echo "HASH_CHANGED=true" >> $GITHUB_ENV
5555
fi
56-
56+
5757
- name: Free up disk space
5858
run: |
5959
sudo rm -rf /usr/share/dotnet
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
python -m pip install --upgrade pip
6767
pip install packaging setuptools wheel
68-
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3
68+
pip install torch --index-url https://download.pytorch.org/whl/rocm6.3
6969
7070
- name: Clone ROCm/aiter repository
7171
if: env.HASH_CHANGED == 'true'

0 commit comments

Comments
 (0)