We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55ddff commit bfdac92Copy full SHA for bfdac92
.github/workflows/build-test-windows.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Build Triton
31
run: |
32
cd python
33
- pip install -U wheel pybind11 certifi cython
+ pip install -U wheel pybind11 certifi cython ninja cmake
34
python -m certifi
35
pip install --no-build-isolation '.[build]'
0 commit comments