use ninja for compile

This commit is contained in:
Andrew Cassidy 2021-04-07 17:35:56 -07:00 committed by GitHub
parent 6578729e1c
commit 0348407acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: Ubuntu-20.04
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 Pillow click nose parameterized pybind11-stubgen
python -m pip install flake8 ninja Pillow click nose parameterized pybind11-stubgen
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |