mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +03:00
Update build.yml
This commit is contained in:
parent
ace0d5c580
commit
8b02fff097
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -21,10 +21,6 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip==18.1 setuptools
|
||||
pip install -r requirements.txt
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
pip install flake8
|
||||
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip==18.1 setuptools
|
||||
|
|
Loading…
Reference in New Issue
Block a user