Install cython.
This commit is contained in:
parent
75dcd97776
commit
3df3935b8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip flake8
|
||||
python -m pip install --upgrade pip flake8 cython
|
||||
python setup.py develop
|
||||
- name: Style checks
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue