[BUILD] use ninja (#2318)

This commit is contained in:
Justin Lebar
2023-09-17 02:08:04 -07:00
committed by Lixun Zhang
parent b25557ad5e
commit 2a3746bac5
4 changed files with 7 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ jobs:
cd python
python3 -m pip install --upgrade pip
python3 -m pip install cmake==3.24
python3 -m pip install ninja
python3 -m pip install --no-build-isolation -vvv '.[tests]'
python3 -m pip install pytest-xdist