Update build.yml

This commit is contained in:
Ines Montani 2019-09-29 14:55:43 +02:00 committed by GitHub
parent ace0d5c580
commit 8b02fff097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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