build: added cython

This commit is contained in:
Christian Vogelgsang 2022-02-20 16:09:14 +01:00
parent 466f56e86c
commit 83be327f82

View File

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
python -m pip install tox tox-gh-actions cython
- name: Test with tox
run: tox
env: