mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
use ninja for compile
This commit is contained in:
parent
6578729e1c
commit
0348407acb
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user