execute setup tools install before torch install

This commit is contained in:
PanQiWei 2023-08-13 16:49:21 +08:00
parent 79b697743f
commit 8542b3dc9f

View file

@ -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: |