Skip to content

Commit 462d062

Browse files
committed
Install cython
1 parent f313bb5 commit 462d062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Build Triton
3131
run: |
3232
cd python
33-
pip install -U wheel pybind11 certifi
33+
pip install -U wheel pybind11 certifi cython
3434
python -m certifi
3535
pip install --no-build-isolation '.[build,tests,tutorials]'

0 commit comments

Comments
 (0)