Skip to content

Commit d9e0891

Browse files
yudongsipbchekinLiyangLingIntel
authored
Make sure install setuptools>=78.1.0 in setup-triton (#3875)
Otherwise, some workflows (build triton with `DEBUG=1 python setup.py bdist_wheel`) may use existed older `setuptools`, like this [run](https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/14347902219/job/40221049156#step:4:30) --------- Co-authored-by: Pavel Chekin <[email protected]> Co-authored-by: Liyang Ling <[email protected]>
1 parent 9723d50 commit d9e0891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-triton/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ runs:
9898
shell: bash
9999
run: |
100100
cd python
101-
pip install wheel pybind11
101+
pip install -r requirements.txt
102102
${{ inputs.command }}
103103
104104
- name: Save Triton cache

0 commit comments

Comments
 (0)