mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
Install ninja in pre-build
This commit is contained in:
1
.github/workflows/amd-offline-tests.yml
vendored
1
.github/workflows/amd-offline-tests.yml
vendored
@@ -48,6 +48,7 @@ jobs:
|
||||
- name: Install Triton
|
||||
run: |
|
||||
cd python
|
||||
pip3 install ninja
|
||||
# Install in system, because need to override system triton. Otherwise lit tests will use wrong version
|
||||
DEBUG=TRUE TRITON_USE_ROCM=TRUE TRITON_USE_ASSERT_ENABLED_LLVM=TRUE python3 -m pip install --no-build-isolation -vvv -e .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user