mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Fix cython-lint install and run.
This commit is contained in:
parent
a9a66aa2f8
commit
be59846ae3
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -47,8 +47,8 @@ jobs:
|
||||||
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823,W605 --show-source --statistics
|
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823,W605 --show-source --statistics
|
||||||
- name: cython-lint
|
- name: cython-lint
|
||||||
run: |
|
run: |
|
||||||
python -m pip install cython-lint -c requirements.txt --ignore E501,W291,E266
|
python -m pip install cython-lint -c requirements.txt
|
||||||
cython-lint spacy
|
cython-lint spacy --ignore E501,W291,E266
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: Test
|
name: Test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user