Skip to content

Commit e94ea4b

Browse files
committed
moving to non editable triton
1 parent 47a17ad commit e94ea4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/inductor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
pip install ninja==1.11.1.1 cmake==3.30.2 wheel==0.44.0
3838
export llvm_hash=$(cat cmake/llvm-hash.txt)
3939
echo "llvm_hash: $llvm_hash"
40-
pip install -e python
40+
pushd python
41+
pip install .
42+
pushd ..
4143
pushd ..
4244
echo "Cloning pytorch"
4345
git clone https://github.com/pytorch/pytorch.git

0 commit comments

Comments
 (0)