execute setup tools install before torch install
This commit is contained in:
parent
79b697743f
commit
8542b3dc9f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_wheels_rocm.yml
vendored
2
.github/workflows/build_wheels_rocm.yml
vendored
|
@ -84,8 +84,8 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends rocsparse-dev rocthrust-dev rocblas-dev hipblas-dev hipsparse-dev
|
||||
|
||||
python -m pip install torch --index-url https://download.pytorch.org/whl/rocm${{ matrix.rocm }}
|
||||
python -m pip install --upgrade build setuptools wheel ninja
|
||||
python -m pip install torch --index-url https://download.pytorch.org/whl/rocm${{ matrix.rocm }}
|
||||
|
||||
- name: Build wheels
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue