diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a587cf2c5..22368f9b4 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -31,10 +31,10 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install flake8 nose - python -m spacy link en_core_web_sm en - python -m spacy link de_core_news_sm de if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi + python -m spacy link en_core_web_sm en + python -m spacy link de_core_news_sm de - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names diff --git a/README.md b/README.md index 47cccb1bc..dca62628f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ to be trained to speak any language. [![Package Version](https://img.shields.io/pypi/v/chatterbot.svg)](https://pypi.python.org/pypi/chatterbot/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![Django 2.0](https://img.shields.io/badge/Django-2.0-blue.svg)](https://docs.djangoproject.com/en/2.1/releases/2.0/) -[![Build Status](https://travis-ci.org/gunthercox/ChatterBot.svg?branch=master)](https://travis-ci.org/gunthercox/ChatterBot) [![Documentation Status](https://readthedocs.org/projects/chatterbot/badge/?version=stable)](http://chatterbot.readthedocs.io/en/stable/?badge=stable) [![Coverage Status](https://img.shields.io/coveralls/gunthercox/ChatterBot.svg)](https://coveralls.io/r/gunthercox/ChatterBot) [![Code Climate](https://codeclimate.com/github/gunthercox/ChatterBot/badges/gpa.svg)](https://codeclimate.com/github/gunthercox/ChatterBot)