Skip to content

Commit

Permalink
use --no-build-isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Jan 23, 2025
1 parent 0c5c496 commit 4c09805
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/amd_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
rocminfo | grep gfx
- name: Uninstall Triton
run : |
ls
pip3 uninstall -y triton
rm -rf ~/.triton
rm -rf ./triton/python/build
Expand All @@ -43,7 +42,7 @@ jobs:
git clone https://github.com/triton-lang/triton
cd triton
pip install ninja cmake wheel pybind11 # build-time dependencies
pip install --verbose -e python
pip install --verbose --no-build-isolation python
cd ..
- name: Show Triton version
run: |
Expand Down

0 comments on commit 4c09805

Please sign in to comment.