[BUILD] use ninja (#2318)

This commit is contained in:
Justin Lebar
2023-09-17 02:08:04 -07:00
committed by GitHub
parent c98671cf7c
commit 073aa16379
4 changed files with 7 additions and 6 deletions

View File

@@ -74,6 +74,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