Fix cython-lint install and run.

This commit is contained in:
Raphael Mitsch 2023-07-04 08:53:51 +02:00
parent a9a66aa2f8
commit be59846ae3

View File

@ -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