Skip to content

Commit 34e464a

Browse files
Fix setup bdist_wheel
1 parent 7fd74b8 commit 34e464a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ runs:
9999
run: |
100100
cd python
101101
pip install wheel pybind11
102+
pip install -U "setuptools>=78.1.0"
102103
${{ inputs.command }}
103104
104105
- name: Save Triton cache

0 commit comments

Comments
 (0)