mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-07 05:13:18 +03:00
ci: fix cython-lint call
This commit is contained in:
parent
c758fd6591
commit
d774e0faa3
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
- name: cython-lint
|
- name: cython-lint
|
||||||
run: |
|
run: |
|
||||||
python -m pip install cython-lint -c requirements.txt
|
python -m pip install cython-lint -c requirements.txt
|
||||||
python -m cython-lint spacy
|
cython-lint spacy
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: Test
|
name: Test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user