Install cython.

This commit is contained in:
Jelmer Vernooij 2021-02-05 17:06:57 +00:00
parent 75dcd97776
commit 3df3935b8d

View file

@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip flake8 python -m pip install --upgrade pip flake8 cython
python setup.py develop python setup.py develop
- name: Style checks - name: Style checks
run: | run: |