ci: fix cython-lint call

This commit is contained in:
Basile Dura 2023-06-02 09:52:47 +02:00
parent c758fd6591
commit d774e0faa3
No known key found for this signature in database

View File

@ -44,7 +44,7 @@ jobs:
- name: cython-lint
run: |
python -m pip install cython-lint -c requirements.txt
python -m cython-lint spacy
cython-lint spacy
tests:
name: Test