Skip to content

Commit bfdac92

Browse files
committed
Install ninja, cmake
1 parent f55ddff commit bfdac92

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 cython
33+
pip install -U wheel pybind11 certifi cython ninja cmake
3434
python -m certifi
3535
pip install --no-build-isolation '.[build]'

0 commit comments

Comments
 (0)