Skip to content

Commit

Permalink
Install ninja in pre-build
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglx13 committed Sep 18, 2023
1 parent 2a3746b commit ff6fd95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/amd-offline-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit ff6fd95

Please sign in to comment.